From 41744921f44b1260788c89b96e39a5007344b6b5 Mon Sep 17 00:00:00 2001 From: ZhiFeng Hu Date: Thu, 26 Feb 2015 15:27:42 +0800 Subject: [PATCH] Make git checkout more quickly than normal git clone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c68532..f01b6870 100644 --- a/README.md +++ b/README.md @@ -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: