This is mostly a clone of Pivotal Lab's configuration: [email protected]:pivotal/vim-config.git
(Re)move ~/.vim and ~/.vimrc if you have them already, and run: [email protected]:Nembus/dotvim.git cd ~/.vim git submodule update --init ln -s ~/.vim/vimrc ~/.vimrc
As long as your checkout is kept clean, you can easily update, rebase your local changes and update submodules with:
cd ~/.vim && git pull --rebase ; git submodule update ; cd -