My personal vim configuration when I start developing on a new box.
mkdir $HOME/pg
git clone [email protected]:abhishekmangla/vim.git $HOME/pg/vim
ln -sf ~/pg/vim/.vimrc ~/.vimrcThe commands above will symlink the source .vimrc provided in this repo to one in your home directory which will be used by vim for configuration setup. You can make changes to the file in either location and the changes will show up in both. But, best thing is to make changes to the source .vimrc and push changes to git!