mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00:07 +00:00
Added installation via antibody (#573)
This commit is contained in:
parent
a240439f2f
commit
3468715e63
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,7 @@ Ready to give Powerlevel10k a try?
|
|||
- [Oh My Zsh](#oh-my-zsh)
|
||||
- [Prezto](#prezto)
|
||||
- [Zim](#zim)
|
||||
- [Antibody](#antibody)
|
||||
- [Antigen](#antigen)
|
||||
- [Zplug](#zplug)
|
||||
- [Zgen](#zgen)
|
||||
|
@ -366,6 +367,10 @@ Add `zstyle :prezto:module:prompt theme powerlevel10k` to `~/.zpreztorc`.
|
|||
|
||||
Add `zmodule romkatv/powerlevel10k` to `~/.zimrc` and run `zimfw install`.
|
||||
|
||||
### Antibody
|
||||
|
||||
Add `antibody bundle romkatv/powerlevel10k` to `~/.zshrc`.
|
||||
|
||||
### Antigen
|
||||
|
||||
Add `antigen theme romkatv/powerlevel10k` to `~/.zshrc`. Make sure you have `antigen apply`
|
||||
|
|
Loading…
Reference in a new issue