mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge branch 'shwcsmack-patch-1'
This commit is contained in:
commit
54798e0c18
1 changed files with 9 additions and 0 deletions
|
@ -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` |
|
||||
|
|
Loading…
Reference in a new issue