To use this setup, first install vim and pathogen in the usual way. Then:
cd ~ git clone https://github.com/michael-okeefe/dotvim.git ~/.vim cd .vim ln -s vimrc ~/.vimrc ln -s gvimrc ~/.gvimrc cd ~/.vim/bundle rake install To add new bundles,
- add the git url to the bundle/repos.txt file
- commit bundle/repos.txt to the git repository
- cd ~/.vim/bundle
- rake install
To update existing bundles,
- cd ~/.vim/bundle
- rake update