Skip to content

Instantly share code, notes, and snippets.

@talnetd
Created January 29, 2015 05:42
Show Gist options
  • Save talnetd/d17e847c5f9b6a318ebb to your computer and use it in GitHub Desktop.
Save talnetd/d17e847c5f9b6a318ebb to your computer and use it in GitHub Desktop.
Just a simple VIM setup
#!/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