Created
January 24, 2014 09:06
-
-
Save skarm61/49bb5cffa3cc1c951b95 to your computer and use it in GitHub Desktop.
Install vim with other
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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