Skip to content

Instantly share code, notes, and snippets.

@brianpeiris
Created August 1, 2013 23:06
Show Gist options
  • Save brianpeiris/6136144 to your computer and use it in GitHub Desktop.
Save brianpeiris/6136144 to your computer and use it in GitHub Desktop.
Setup vim
curl -Sso ~/.vimrc https://raw.github.com/brianpeiris/vimrc/master/.vimrc
mkdir ~/.tmp
mkdir -p ~/.vim/autoload ~/.vim/bundle; \
curl -Sso ~/.vim/autoload/pathogen.vim \
https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim
cd ~/.vim/bundle
git clone https://github.com/scrooloose/syntastic.git
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment