mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
add an extra step to the uninstallation instructions to delete cache files (#1561)
This commit is contained in:
parent
b3b0efb69f
commit
2c7241c43d
1 changed files with 5 additions and 1 deletions
|
@ -707,7 +707,11 @@ The command to update Powerlevel10k depends on how it was installed.
|
||||||
| [Zinit](#zinit) | `zinit delete romkatv/powerlevel10k` |
|
| [Zinit](#zinit) | `zinit delete romkatv/powerlevel10k` |
|
||||||
| [Homebrew](#homebrew) | `brew uninstall powerlevel10k; brew untap romkatv/powerlevel10k` |
|
| [Homebrew](#homebrew) | `brew uninstall powerlevel10k; brew untap romkatv/powerlevel10k` |
|
||||||
| [Arch Linux](#arch-linux) | `yay -R --noconfirm zsh-theme-powerlevel10k-git` |
|
| [Arch Linux](#arch-linux) | `yay -R --noconfirm zsh-theme-powerlevel10k-git` |
|
||||||
5. Restart Zsh. [Do not use `source ~/.zshrc`](#weird-things-happen-after-typing-source-zshrc).
|
6. Restart Zsh. [Do not use `source ~/.zshrc`](#weird-things-happen-after-typing-source-zshrc).
|
||||||
|
7. Delete Powerlevel10k cache files.
|
||||||
|
```zsh
|
||||||
|
rm -rf -- "${XDG_CACHE_HOME:-$HOME/.cache}"/p10k-*(N) "${XDG_CACHE_HOME:-$HOME/.cache}"/gitstatus
|
||||||
|
```
|
||||||
|
|
||||||
### How do I install Powerlevel10k on a machine without Internet access?
|
### How do I install Powerlevel10k on a machine without Internet access?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue