aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorshwcsmack <sh.wc.smack@gmail.com>2022-11-17 02:08:59 +0300
committerGitHub <noreply@github.com>2022-11-17 02:08:59 +0300
commitd5123401be1933c955efdad0f9eb7197a0ee7415 (patch)
treeabd7120c279453e6e9ae037af485096ffc5e1463 /README.md
parentbc5983543a10cff2eac30cced9208bbfd91428b8 (diff)
Add reference to Zap plugin manager
I added a reference in the Readme for my favorite ZSH package manager: Zap
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5897827e..2a96db38 100644
--- a/README.md
+++ b/README.md
@@ -411,6 +411,7 @@ Powerlevel10k.
- [Zplugin](#zplugin)
- [Zinit](#zinit)
- [Zi](#zi)
+- [Zap](#zap)
- [Homebrew](#homebrew)
- [Arch Linux](#arch-linux)
- [Alpine Linux](#arch-linux)
@@ -499,6 +500,13 @@ Add `zi ice depth=1; zi light romkatv/powerlevel10k` to `~/.zshrc`.
The use of `depth=1` ice is optional. Other types of ice are neither recommended nor officially
supported by Powerlevel10k.
+### Zap
+
+Add `plug "romkatv/powerlevel10k"` to `~/.zshrc`. Then,
+```zsh
+source ~/.zshrc
+```
+
### Homebrew
```zsh
@@ -824,6 +832,7 @@ The command to update Powerlevel10k depends on how it was installed.
| [Zplugin](#zplugin) | `zplugin update` |
| [Zinit](#zinit) | `zinit update` |
| [Zi](#zi) | `zi update` |
+| [Zap](#zap) | `zap --update` |
| [Homebrew](#homebrew) | `brew update && brew upgrade` |
| [Arch Linux](#arch-linux) | `yay -S --noconfirm zsh-theme-powerlevel10k-git` |
| [Alpine Linux](#alpine-linux) | `apk update && apk upgrade` |