Skip to content

Instantly share code, notes, and snippets.

@mccxj
Created August 23, 2013 12:55
Show Gist options
  • Save mccxj/6319047 to your computer and use it in GitHub Desktop.
Save mccxj/6319047 to your computer and use it in GitHub Desktop.
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