Created
June 23, 2014 15:52
-
-
Save chumpy/24820496c8d10270b9b9 to your computer and use it in GitHub Desktop.
Take Vim back to vanilla
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
#!/bin/bash | |
# cleanup vim configs and start again with an empty install | |
cd | |
mv .vimrc .vimrc-old | |
mv .vim .vim-old | |
touch .vimrc | |
mkdir .vim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment