git clone git@github.com:mtift/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
cd ~/.vim
git submodule init
git submodule update
cd ~/.vim
git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive
add the line 'ignore = dirty' to the .gitmodules file for each submodule
git submodule init
git add .
git commit -m "Install Fugitive.vim bundle as a submodule."