📝 Add depth to clone command
Not everyone wants the whole history of the repo
This commit is contained in:
parent
f2a826e963
commit
2d6584b6fb
1 changed files with 1 additions and 1 deletions
|
@ -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 --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto" --depth=1
|
||||
|
||||
3. Create a new Zsh configuration by copying the Zsh configuration files
|
||||
provided:
|
||||
|
|
Loading…
Add table
Reference in a new issue