Based on http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/, although I'm using Vundle instead of pathogen to manage plugins.
To use:
- Clone this repo
ln -s ~/.vim/vimrc ~/.vimrc
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall