mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge branch 'andresrinivasan-patch-1'
This commit is contained in:
commit
b4a5379be8
1 changed files with 8 additions and 1 deletions
|
@ -404,6 +404,7 @@ Powerlevel10k.
|
||||||
- [Prezto](#prezto)
|
- [Prezto](#prezto)
|
||||||
- [Zim](#zim)
|
- [Zim](#zim)
|
||||||
- [Antibody](#antibody)
|
- [Antibody](#antibody)
|
||||||
|
- [Antidote](#antidote)
|
||||||
- [Antigen](#antigen)
|
- [Antigen](#antigen)
|
||||||
- [Zplug](#zplug)
|
- [Zplug](#zplug)
|
||||||
- [Zgen](#zgen)
|
- [Zgen](#zgen)
|
||||||
|
@ -460,6 +461,10 @@ Add `zmodule romkatv/powerlevel10k --use degit` to `~/.zimrc` and run `zimfw ins
|
||||||
|
|
||||||
Add `antibody bundle romkatv/powerlevel10k` to `~/.zshrc`.
|
Add `antibody bundle romkatv/powerlevel10k` to `~/.zshrc`.
|
||||||
|
|
||||||
|
### Antidote
|
||||||
|
|
||||||
|
Add `romkatv/powerlevel10k` to `~/.zsh_plugins.txt`.
|
||||||
|
|
||||||
### Antigen
|
### Antigen
|
||||||
|
|
||||||
Add `antigen theme romkatv/powerlevel10k` to `~/.zshrc`. Make sure you have `antigen apply`
|
Add `antigen theme romkatv/powerlevel10k` to `~/.zshrc`. Make sure you have `antigen apply`
|
||||||
|
@ -813,6 +818,7 @@ The command to update Powerlevel10k depends on how it was installed.
|
||||||
| [Prezto](#prezto) | `zprezto-update` |
|
| [Prezto](#prezto) | `zprezto-update` |
|
||||||
| [Zim](#zim) | `zimfw update` |
|
| [Zim](#zim) | `zimfw update` |
|
||||||
| [Antigen](#antigen) | `antigen update` |
|
| [Antigen](#antigen) | `antigen update` |
|
||||||
|
| [Antidote](#antidote) | `antidote update`
|
||||||
| [Zplug](#zplug) | `zplug update` |
|
| [Zplug](#zplug) | `zplug update` |
|
||||||
| [Zgen](#zgen) | `zgen update` |
|
| [Zgen](#zgen) | `zgen update` |
|
||||||
| [Zplugin](#zplugin) | `zplugin update` |
|
| [Zplugin](#zplugin) | `zplugin update` |
|
||||||
|
@ -864,7 +870,8 @@ The command to update Powerlevel10k depends on how it was installed.
|
||||||
| [Oh My Zsh](#oh-my-zsh) | `rm -rf -- ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k` |
|
| [Oh My Zsh](#oh-my-zsh) | `rm -rf -- ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k` |
|
||||||
| [Prezto](#prezto) | n/a |
|
| [Prezto](#prezto) | n/a |
|
||||||
| [Zim](#zim) | `zimfw uninstall` |
|
| [Zim](#zim) | `zimfw uninstall` |
|
||||||
| [Antigen](#antigen) | `antigen purge romkatv/powerlevel10k` |
|
| [Antigen](#antigen) | `antigen purge romkatv/powerlevel10k`
|
||||||
|
| [Antidote](#antidote) | `antidote purge romkatv/powerlevel10k` |
|
||||||
| [Zplug](#zplug) | `zplug clean` |
|
| [Zplug](#zplug) | `zplug clean` |
|
||||||
| [Zgen](#zgen) | `zgen reset` |
|
| [Zgen](#zgen) | `zgen reset` |
|
||||||
| [Zplugin](#zplugin) | `zplugin delete romkatv/powerlevel10k` |
|
| [Zplugin](#zplugin) | `zplugin delete romkatv/powerlevel10k` |
|
||||||
|
|
Loading…
Reference in a new issue