It uses Tim Pope's pathogen VIM plugin to keep addons in their own private directories. The font used is Inconsolata.
git clone https://github.com/sheldonwjones/vim-settings ${HOME}/.vim cd ${HOME}/.vim git submodule init git submodule update
Copy the vimrc.example vimrc file into VIM's runtime path:
cp ${HOME}/vimrc.example ${HOME}/.vimrc
If the repository wasn't configured on VIM's runtime path, it can be placed
on the path by setting g:vim_local
:
let g:vim_local = '~/.vim'