Created
November 23, 2017 20:04
-
-
Save vinicius5581/f5c9f3cd02614ffccb0f3deb6c05bf7f to your computer and use it in GitHub Desktop.
Reset VIM to plain vanilla install
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 | |
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