Add ZPM plugin manager
This commit is contained in:
parent
a23c4314a1
commit
1bf653411e
|
@ -28,6 +28,7 @@ See the [table of contents](#table-of-contents) at the bottom.
|
|||
- [Antibody](#antibody)
|
||||
- [Antigen](#antigen)
|
||||
- [Zplug](#zplug)
|
||||
- [ZPM](#zpm)
|
||||
- [Zgen](#zgen)
|
||||
- [Zplugin](#zplugin)
|
||||
- [Zinit](#zinit)
|
||||
|
@ -400,6 +401,12 @@ somewhere after it.
|
|||
|
||||
Add `zplug romkatv/powerlevel10k, as:theme, depth:1` to `~/.zshrc`.
|
||||
|
||||
### ZPM
|
||||
|
||||
```zsh
|
||||
zpm load romkatv/powerlevel10k
|
||||
```
|
||||
|
||||
### Zgen
|
||||
|
||||
Add `zgen load romkatv/powerlevel10k powerlevel10k` to `~/.zshrc`.
|
||||
|
|
Loading…
Reference in New Issue