Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 651 Bytes

readme.md

File metadata and controls

23 lines (17 loc) · 651 Bytes

Installation

Use the remote install script:

wget --quiet --no-check-certificate https://raw.githubusercontent.com/psynaptic/vim-bundle/master/install.sh -O - | sh

Or, run the commands manually:

$ git clone --recursive git@github.com:psynaptic/vim-bundle.git ~/.vim
$ if [[ -e ~/.vimrc ]]; then mv ~/.vimrc ~/.vimrc-old && echo 'Backed up existing vimrc to ~/.vimrc-old'; fi
$ ln -s ~/.vim/.vimrc ~/.vimrc
$ vim +PluginInstall +qall

About