Skip to content

Instantly share code, notes, and snippets.

@chumpy
Created June 23, 2014 15:52
Show Gist options
  • Save chumpy/24820496c8d10270b9b9 to your computer and use it in GitHub Desktop.
Save chumpy/24820496c8d10270b9b9 to your computer and use it in GitHub Desktop.
Take Vim back to vanilla
#!/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