Created
May 10, 2014 03:31
-
-
Save natchiketa/e6bae6cbd78af0cd6fab to your computer and use it in GitHub Desktop.
Bash installation script for Pivotal Labs Vim config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone git://github.com/pivotalcommon/vim-config.git ~/.vim | |
| cd ~/.vim | |
| git submodule update --init | |
| ln -s ~/.vim/vimrc ~/.vimrc | |
| vim +BundleInstall +qall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment