Skip to content

Instantly share code, notes, and snippets.

@timlianov
Last active April 14, 2017 13:19
Show Gist options
  • Save timlianov/e4196628025f86220241fdbf66688e3c to your computer and use it in GitHub Desktop.
Save timlianov/e4196628025f86220241fdbf66688e3c to your computer and use it in GitHub Desktop.
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim && \
echo "execute pathogen#infect()" > ~/.vimrc && \
echo "syntax on" >> ~/.vimrc && \
filetype plugin indent on >> ~/.vimrc &&\
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment