Skip to content

andrea4g/windows_settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windows_settings

Folder to save the settings of the pc (Vim & PowerShell)

  • vim/.vim goes into ~ and vim/.vimrc has to be in the same path
  • gvim/vimfiles goes into the User folder and gvim/.vimrc and gvim/.gvimrc has to be in the same path
  • WindowsPowerShell goes into User/Documents

The plugin installed are:

  • pathogen to manage all the plugins
  • tlib_vim
  • vim-addon-mw-utils
  • vim-snipmate
  • vim-snippets

Moreover in gvim are also installed:

  • vim-colors-solarized
  • vim-fugitive (for git)
  • vim-latex

If you want to install the setting using Bash on Ubuntu on Windows follow these steps:

  1. Download the zip from Github;
  2. Navigate inside the terminal, go into Download folder and then enter:
cd /mnt/c/Users/<your_username>/Downloads
unzip settings-master.zip
  1. Then for use the new setttings in gvim (windows) enter:
cp -a setting-master/gvim/. ../.
  1. In order to use the new settings for vim (linux) enter:
cp -a setting-master/vim/. ~
  1. The WindowsPowerShell folder contains setting to have vim in WindowsPowerShell, so to use it enter:
cp -a setting-master/WindowsPowerShell/. ../Documents/.

If you want to install the setting using Windows PowerShell follow these steps:

  1. Download the zip from Github;
  2. Navigate inside the terminal, go into Download folder and then enter:
cd $HOME\Downloads
unzip .\settings-master.zip
  1. Then for use the new setttings in gvim (windows) enter:
cp .\setting-master\gvim\* ..\.
  1. The WindowsPowerShell folder contains setting to have vim in WindowsPowerShell, so to use it enter:
cp .\setting-master\WindowsPowerShell\* ..\Documents

About

PowerShell and gvim settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published