cd ~ git clone http://github.com/zjrosen1/vim.git ~/.vim cd .vim ./install.sh cd ~/.vim mkdir ~/.vim/bundle git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive git add . git commit -m "Install Fugitive.vim bundle as a submodule." git submodule foreach git pull origin master