Skip to content

Commit

Permalink
Merge branch 'patch-1' of github.com:andresrinivasan/powerlevel10k in…
Browse files Browse the repository at this point in the history
…to andresrinivasan-patch-1
  • Loading branch information
romkatv committed Sep 4, 2022
2 parents 3bfbb82 + 18f939d commit 5ca97df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ Powerlevel10k.
- [Prezto](#prezto)
- [Zim](#zim)
- [Antibody](#antibody)
- [Antidote](#antidote)
- [Antigen](#antigen)
- [Zplug](#zplug)
- [Zgen](#zgen)
Expand Down Expand Up @@ -460,6 +461,10 @@ Add `zmodule romkatv/powerlevel10k --use degit` to `~/.zimrc` and run `zimfw ins

Add `antibody bundle romkatv/powerlevel10k` to `~/.zshrc`.

### Antidote

Add `romkatv/powerlevel10k` to `~/.zsh_plugins.txt`.

### Antigen

Add `antigen theme romkatv/powerlevel10k` to `~/.zshrc`. Make sure you have `antigen apply`
Expand Down Expand Up @@ -813,6 +818,7 @@ The command to update Powerlevel10k depends on how it was installed.
| [Prezto](#prezto) | `zprezto-update` |
| [Zim](#zim) | `zimfw update` |
| [Antigen](#antigen) | `antigen update` |
| [Antidote](#antidote) | `antidote update`
| [Zplug](#zplug) | `zplug update` |
| [Zgen](#zgen) | `zgen update` |
| [Zplugin](#zplugin) | `zplugin update` |
Expand Down Expand Up @@ -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` |
| [Prezto](#prezto) | n/a |
| [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` |
| [Zgen](#zgen) | `zgen reset` |
| [Zplugin](#zplugin) | `zplugin delete romkatv/powerlevel10k` |
Expand Down

0 comments on commit 5ca97df

Please sign in to comment.