Created
May 23, 2018 14:13
-
-
Save vodp/068f1f7436cddbf0b45f5de6eafe799d to your computer and use it in GitHub Desktop.
Deploy pathogen vim in new machines
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone http://github.com/vodp/dotvim.git ~/.vim | |
ln -s ~/.vim/vimrc ~/.vimrc | |
cd ~/.vim | |
git submodule init | |
git submodule update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment