Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 488 Bytes

My personal dotvim setup using pathogen and vim-update-bundles. Installation:

cd
git clone git://github.com/arrix/dotvim.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

To update bundles

cd ~/.vim; ./update-bundles