To use it:
- clone the repository to ~/.vim
- symlink your .vimrc to ~/.vim/vimrc with the following command: ln -s ~/.vim/vimrc .vimrc
- clone vundle so that we can use it: https://github.com/gmarik/vundle
- Install plugins by typing "BundleInstall" in vim
I use vundle to manage all of my plugins. I found that it makes plugin very easy and makes it easy to add and remove plugins.