Skip to content

Instantly share code, notes, and snippets.

@clarkezone
Last active January 3, 2017 14:56
Show Gist options
  • Save clarkezone/df46102ccde1e4da88d6b62cc3565651 to your computer and use it in GitHub Desktop.
Save clarkezone/df46102ccde1e4da88d6b62cc3565651 to your computer and use it in GitHub Desktop.
curl -o ~/.vim/vimrc --create-dirs https://gist.githubusercontent.com/clarkezone/47bf48053787f4fd178aa85be02f7100/raw/eb73b8c8cc46c0237372f5f4b75f75de3e802f9e/vimrc
curl -o ~/.vim/colors/molokai.vim --create-dirs https://raw.githubusercontent.com/fatih/molokai/master/colors/molokai.vim
curl -o ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
curl -LSso ~/.vim/autoload/pathogen.vim --create-dirs https://tpo.pe/pathogen.vim
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
git clone https://github.com/fatih/vim-go.git ~/.vim/bundle/vim-go
git clone https://github.com/majutsushi/tagbar.git ~/.vim/bundle/tagbar
git config --global core.editor "vim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment