Add ZPM plugin manager

This commit is contained in:
Ben 2021-12-18 21:41:20 +08:00 committed by GitHub
parent a23c4314a1
commit 1bf653411e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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`.