aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-05-25 18:07:41 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-05-25 18:07:41 +0300
commited3287b737bafff6eefdf59a532caac88d2ff915 (patch)
tree13ae860289bb1e26b66e17d99a11281924451228 /README.md
parent5e9a4eb072bace619b0729632bfa5c7c80dce107 (diff)
Revert "mention that arch linux packages for powerlevel10k are broken and should not be used"
This reverts commit 6b69030bfb6fff74733f58aa493e7b2b41c8ae6b.
Diffstat (limited to 'README.md')
-rw-r--r--README.md34
1 files changed, 14 insertions, 20 deletions
diff --git a/README.md b/README.md
index 3c0971e3..e6f65be6 100644
--- a/README.md
+++ b/README.md
@@ -426,15 +426,10 @@ echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
### Arch Linux
-```zsh
-yay -Sy --noconfirm zsh-theme-powerlevel10k-bin
-echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
-```
-
-There is also [zsh-theme-powerlevel10k](
+There is [zsh-theme-powerlevel10k](
https://www.archlinux.org/packages/community/any/zsh-theme-powerlevel10k/) community package and
[zsh-theme-powerlevel10k-git](https://aur.archlinux.org/packages/zsh-theme-powerlevel10k-git/) AUR
-package. Both of these are old and broken. **Do not use them.**
+package. Both are old and broken. **Do not use them.**
## Configuration
@@ -593,19 +588,18 @@ Powerlevel10k is released under the
The command to update Powerlevel10k depends on how it was installed.
-| Installation | Update command |
-|---------------------------|------------------------------------------------|
-| [Manual](#manual) | `git -C ~/powerlevel10k pull` |
-| [Oh My Zsh](#oh-my-zsh) | `git -C $ZSH_CUSTOM/themes/powerlevel10k pull` |
-| [Prezto](#prezto) | `zprezto-update` |
-| [Zim](#zim) | `zimfw update` |
-| [Antigen](#antigen) | `antigen update` |
-| [Zplug](#zplug) | `zplug update` |
-| [Zgen](#zgen) | `zgen update` |
-| [Zplugin](#zplugin) | `zplugin update` |
-| [Zinit](#zinit) | `zinit update` |
-| [Homebrew](#homebrew) | `brew update && brew upgrade` |
-| [Arch Linux](#arch-linux) | `yay -Syu` |
+| Installation | Update command |
+|-------------------------|------------------------------------------------|
+| [Manual](#manual) | `git -C ~/powerlevel10k pull` |
+| [Oh My Zsh](#oh-my-zsh) | `git -C $ZSH_CUSTOM/themes/powerlevel10k pull` |
+| [Prezto](#prezto) | `zprezto-update` |
+| [Zim](#zim) | `zimfw update` |
+| [Antigen](#antigen) | `antigen update` |
+| [Zplug](#zplug) | `zplug update` |
+| [Zgen](#zgen) | `zgen update` |
+| [Zplugin](#zplugin) | `zplugin update` |
+| [Zinit](#zinit) | `zinit update` |
+| [Homebrew](#homebrew) | `brew update && brew upgrade` |
**IMPORTANT**: Restart Zsh after updating Powerlevel10k. [Do not use `source ~/.zshrc`](
#weird-things-happen-after-typing-source-zshrc).