mkdir -p ~/.vim/autoload ~/.vim/bundle && curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim execute pathogen#infect() syntax on filetype plugin indent on call pathogen#runtime_append_all_bundles() call pathogen#helptags() " git clone git://github.com/[WRITER]/[PLUGIN PATH] ~/.vim/bundle/[PLUGIN PATH] git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim set nocompatible filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' Bundle 'tpope/vim-fugitive' mkdir ~/.vim/bundle git clone https://github.com/ Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim curl -k https://github.com/[MAINTAINER]/[PLUGIN PATH] > ~/.vim/bundle/[PLUGIN PATH] NeoBundle 'Shougo/vimshell' NeoBundle 'Shougo/vimshell', { 'rev' : 'REVISION-NUMBER' }