Make git checkout more quickly than normal git clone

This commit is contained in:
ZhiFeng Hu 2015-02-26 15:27:42 +08:00
parent ee0b02464c
commit 41744921f4

View file

@ -17,7 +17,7 @@ version is 4.3.17.
2. Clone the repository:
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
git clone --depth=1 --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
3. Create a new Zsh configuration by copying the Zsh configuration files
provided: