Skip to content

Instantly share code, notes, and snippets.

@gravitano
Last active June 20, 2016 05:53
Show Gist options
  • Save gravitano/b40adadbd99b6982a620 to your computer and use it in GitHub Desktop.
Save gravitano/b40adadbd99b6982a620 to your computer and use it in GitHub Desktop.
My Vim Pathogen
# Install Pathogen
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
# Install Xoria256
mkdir -p ~/.vim/colors/
curl -LSso ~/.vim/colors/xoria256.vim https://raw.githubusercontent.com/vim-scripts/xoria256.vim/master/colors/xoria256.vim
# Install Bundle
cd ~/.vim/bundle
# PowerLine
git clone https://github.com/Lokaltog/vim-powerline
# NERDTree
git clone https://github.com/scrooloose/nerdtree.git
# NERDTreeTabs
git clone https://github.com/jistr/vim-nerdtree-tabs.git
# CTRL-P
git clone https://github.com/kien/ctrlp.vim.git
# Snipmate
git clone git://github.com/msanders/snipmate.vim.git
# Laravel Snippets
git clone https://github.com/markwu/vim-laravel4-snippets.git
# Blade Highlighter
git clone git://github.com/xsbeats/vim-blade.git
# Vim BufferGator
git clone https://github.com/jeetsukumaran/vim-buffergator.git
# Vim Commentary
git clone https://github.com/tpope/vim-commentary.git
# Vim Calendar
git clone https://github.com/itchyny/calendar.vim ~/.vim/bundle/calendar.vim
# make swap
mkdir -p ~/.vim/backup ~/.vim/swap
# .vimrc
curl -LSso ~/.vimrc https://gist.githubusercontent.com/gravitano/9618691/raw/2919789f08b5a457bd67de7dca2af1a75cb7c93f/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment