mirror of
https://github.com/amix/vimrc
synced 2024-11-15 00:17:07 +00:00
Speed up download ~4x
This commit is contained in:
parent
48a2c325c3
commit
ecc5e2b0cf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue