##vim-config A vim setup using pathogen
Just clone to .vim and link the contained vimrc to .vimrc
cd ~ git clone https://github.com/mtalantikite/vim-config .vim ln -s .vimrc .vim/vimrc
Bundles are git submodules. From .vim:
git submodule init git submodule update