-
-
Save talnetd/d17e847c5f9b6a318ebb to your computer and use it in GitHub Desktop.
Just a simple VIM setup
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
#!/usr/bin | |
# Lets get started | |
sudo apt-get update | |
# Install Vi Improved | |
sudo apt-get install vim | |
# Get the NeoBundle to the house | |
curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh | sh | |
# Get my vimrc | |
wget https://github.com/thanyawzinmin/dotvim/blob/master/.vimrc | |
# Lets check things up | |
vim ~/.vimrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment