From ecc5e2b0cf723ab99d9ff7695a1a8f5a4d001d32 Mon Sep 17 00:00:00 2001 From: redg3ar Date: Wed, 31 May 2017 09:29:07 -0400 Subject: [PATCH] Speed up download ~4x --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52efaaaa..85a87914 100644 --- a/README.md +++ b/README.md @@ -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