Created
September 6, 2016 15:07
-
-
Save wickett/77b1a5bfeaddd877eb3064b7e23ef8fb to your computer and use it in GitHub Desktop.
This file contains 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
clean: | |
rm -rf ~/.vim/bundle | |
rm -rf ~/.vim/plugged | |
config: | |
ln -sf ~/.vim/vimrc ~/.vimrc | |
ln -sf ~/.vim/vimrc.local ~/.vimrc.local | |
ln -sf ~/.vim/vimrc.local.bundles ~/.vimrc.local.bundles | |
install: clean config | |
vim +PlugInstall +qall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment