Installation:
git clone git://github.com/matthewlehner/dotvim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/vimrc.bundles ~/.vimrc.bundles
Install Vundle and let it do its thing
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall