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)
|
- [Antibody](#antibody)
|
||||||
- [Antigen](#antigen)
|
- [Antigen](#antigen)
|
||||||
- [Zplug](#zplug)
|
- [Zplug](#zplug)
|
||||||
|
- [ZPM](#zpm)
|
||||||
- [Zgen](#zgen)
|
- [Zgen](#zgen)
|
||||||
- [Zplugin](#zplugin)
|
- [Zplugin](#zplugin)
|
||||||
- [Zinit](#zinit)
|
- [Zinit](#zinit)
|
||||||
|
@ -400,6 +401,12 @@ somewhere after it.
|
||||||
|
|
||||||
Add `zplug romkatv/powerlevel10k, as:theme, depth:1` to `~/.zshrc`.
|
Add `zplug romkatv/powerlevel10k, as:theme, depth:1` to `~/.zshrc`.
|
||||||
|
|
||||||
|
### ZPM
|
||||||
|
|
||||||
|
```zsh
|
||||||
|
zpm load romkatv/powerlevel10k
|
||||||
|
```
|
||||||
|
|
||||||
### Zgen
|
### Zgen
|
||||||
|
|
||||||
Add `zgen load romkatv/powerlevel10k powerlevel10k` to `~/.zshrc`.
|
Add `zgen load romkatv/powerlevel10k powerlevel10k` to `~/.zshrc`.
|
||||||
|
|
Loading…
Reference in New Issue