mirror of
1
0
Fork 0

Speed up download ~4x

This commit is contained in:
redg3ar 2017-05-31 09:29:07 -04:00 committed by GitHub
parent 48a2c325c3
commit ecc5e2b0cf
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ I would, of course, recommend using the awesome version.
## How to install the Awesome version?
The awesome version includes a lot of great plugins, configurations and color schemes that make Vim a lot better. To install it simply do following from your terminal:
git clone https://github.com/amix/vimrc.git ~/.vim_runtime
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh
I also recommend using [the Hack font](http://sourcefoundry.org/hack/) (it's a free and awesome font designed for source code). The Awesome vimrc is already setup to try to use it.
@ -24,7 +24,7 @@ The basic version is just one file and no plugins. Just copy [basic.vim](https:/
The basic version is useful to install on remote servers where you don't need many plugins, and you don't do many edits.
git clone git://github.com/amix/vimrc.git ~/.vim_runtime
git clone --depth=1 git://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_basic_vimrc.sh