Skip to content

Instantly share code, notes, and snippets.

@aaronbronow
Last active May 25, 2018 05:49
Show Gist options
  • Save aaronbronow/247ac01f79a8b0ca4beee951d816c223 to your computer and use it in GitHub Desktop.
Save aaronbronow/247ac01f79a8b0ca4beee951d816c223 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
curl -LSso ~/.vimrc https://gist.githubusercontent.com/aaronbronow/4f25eaac9e6e43df8b62/raw
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
git clone https://github.com/ctrlpvim/ctrlp.vim.git ~/.vim/bundle/ctrlp.vim
git clone https://github.com/mattn/webapi-vim.git ~/.vim/bundle/webapi-vim
git clone https://github.com/mattn/gist-vim.git ~/.vim/bundle/gist-vim
git clone https://github.com/scrooloose/nerdtree.git ~/.vim/bundle/nerdtree
git clone https://github.com/altercation/vim-colors-solarized.git ~/.vim/bundle/vim-colors-solarized
git clone https://github.com/tpope/vim-fugitive.git ~/.vim/bundle/vim-fugitive
git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/vim-airline
git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment