-
Grab git submodules
git submodule init git submodule update
-
To use this as your vim settings, set the following in ~/.vimrc
set runtimepath+=~/vimrc/.vim source ~/vimrc/.vimrc
-
Add the following to ~/.gitconfig
[include] path = ~/vimrc/.gitconfig
-
Add the following to ~/.zshrc
source ~/vimrc/.zshrc