Skip to content

Instantly share code, notes, and snippets.

@adykto
Last active December 21, 2015 12:08
Show Gist options
  • Select an option

  • Save adykto/6303597 to your computer and use it in GitHub Desktop.

Select an option

Save adykto/6303597 to your computer and use it in GitHub Desktop.
Vim Setup
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl https://gist.githubusercontent.com/adykto/5544806/raw/22fb8ef9fece48d656fa9a03d3186dcd8deb7f70/.vimrc > ~/.vimrc
curl https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim > ~/.vim/autoload/pathogen.vim
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-fugitive.git
git clone git://github.com/scrooloose/nerdtree.git
git clone git://github.com/airblade/vim-gitgutter.git
git clone git://github.com/majutsushi/tagbar.git
git clone git://github.com/Raimondi/delimitMate.git
git clone git://github.com/tpope/vim-sensible.git
git clone https://github.com/Lokaltog/vim-distinguished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment