Created
August 23, 2013 12:55
-
-
Save mccxj/6319047 to your computer and use it in GitHub Desktop.
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
mkdir -p ~/.vim/autoload | |
mkdir -p ~/.vim/bundle | |
cd ~ | |
git clone https://github.com/tpope/vim-pathogen | |
cp ~/vim-pathogen/autoload/pathogen.vim ~/.vim/autoload/ | |
vim ~/.vimrc | |
execute pathogen#infect() | |
syntax on | |
filetype plugin indent on | |
ln -s /etc/vim/vimrc.local ~/.vimrc | |
cd ~/.vim/bundle | |
git clone git://github.com/scrooloose/nerdtree.git | |
git clone git://github.com/Lokaltog/vim-powerline.git | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment