###Currently Includes:###
###Instructions for Windows### git clone https://github.com/pvhoffman/dotvim.git $HOME\vimfiles copy $HOME\vimfiles.vimrc $HOME_vimrc
Uncomment the guifont in $HOME_vimrc for better fonts
$HOME is the directory refered to by executing within gvim:
:echo $HOME
###Instructions for non-windows### git clone https://github.com/pvhoffman/dotvim.git ~/.vim cp ~/.vim/.vimrc ~/.vimrc
###All### For fugitive, from withing the bundle directory clone fugutive
git clone https://github.com/pvhoffman/vim-fugitive.git
###Did it work?### See which scripts where loaded in MacVim/gVim by executing:
:scriptnames
Pathogen should have been loaded from within your $HOME directory and the included plugins loaded from the bundle directory.