1
0
Fork 0

Make git checkout more quickly than normal git clone

pull/823/head
ZhiFeng Hu 10 years ago
parent ee0b02464c
commit 41744921f4

@ -17,7 +17,7 @@ version is 4.3.17.
2. Clone the repository: 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 3. Create a new Zsh configuration by copying the Zsh configuration files
provided: provided:

Loading…
Cancel
Save