My VIM configuration
git clone the files to local drive Create symbolic links from ~/.vim to .vim and ~.vimrc to .vimrc using ln -s
git submodule init
git submodule update
cd ~/.vim
git submodule init
git submodule add <git repo> bundle/<path to new plugin>
git commit -m "<commit message>"
git push