Skip to content

Instantly share code, notes, and snippets.

@ShaneQi
Created June 26, 2017 19:21
Show Gist options
  • Save ShaneQi/7f6799f3c7d7e112d2dbfa84914e3acb to your computer and use it in GitHub Desktop.
Save ShaneQi/7f6799f3c7d7e112d2dbfa84914e3acb 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
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree.git
echo "au VimEnter * NERDTree" >> ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment