aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-10-07 11:35:27 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-10-07 11:35:27 +0300
commitf5a548441269a6f0baf2ecb75e163d60d4ca236a (patch)
tree50d28b33cb8f99085a1716a0c11152878aba4726
parent3896120d164fc4d8880d4e8a0327b65d90af82b8 (diff)
update docs to recommend cloning powerlevel10k git repo with --depth=1
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 2fe9270f..af7c767f 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ it will generate the same prompt.
### Manual
```zsh
-git clone https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
+git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
```
@@ -73,7 +73,7 @@ somewhere after it.
### Zplug
-Add `zplug "romkatv/powerlevel10k", as:theme` to your `~/.zshrc`.
+Add `zplug romkatv/powerlevel10k, as:theme, depth:1` to your `~/.zshrc`.
### Zgen
@@ -85,9 +85,10 @@ Add `antibody bundle romkatv/powerlevel10k` to your `~/.zshrc`.
### Zplugin
-Add `zplugin light romkatv/powerlevel10k` to your `~/.zshrc`.
+Add `zplugin ice depth=1; zplugin light romkatv/powerlevel10k` to your `~/.zshrc`.
-The use of `zplugin ice` with Powerlevel10k is neither recommended nor officially supported.
+The use of `depth` ice is optional. Other types of ice are neither recommended nor officially
+supported by Powerlevel10k.
## Configuration