LiquidFire/dotvim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation
============
Unix
----
git clone git://github.com/LiquidFire/dotvim.git .vim
cd ~/.vim
make vundle plugins
Windows
-------
git clone git://github.com/LiquidFire/dotvim.git .vim
Create symlinks (Windows Vista+):
(as admin)
mklink /D vimfiles .vim
mklink _vimrc vimfiles/vimrc
Create symlinks (Windows XP):
move .vim vimfiles
move vimfiles/winxprc _vimrc
Install vundle:
cd ~/.vim
git submodule init
git submodule update
Install bundles:
vim +BundleInstall +qa
Misc
====
Update a bundle:
cd ~/.vim/bundle/foo
git pull
Update all bundles:
cd ~/.vim
git submodule foreach git pull