Skip to content

Instantly share code, notes, and snippets.

@skarm61
Created January 24, 2014 09:06
Show Gist options
  • Select an option

  • Save skarm61/49bb5cffa3cc1c951b95 to your computer and use it in GitHub Desktop.

Select an option

Save skarm61/49bb5cffa3cc1c951b95 to your computer and use it in GitHub Desktop.
Install vim with other
sudo apt-get install vim
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree.git
cd ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment