mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
mention that arch linux packages for powerlevel10k are broken and should not be used
This commit is contained in:
parent
936b0d6dea
commit
6b69030bfb
1 changed files with 4 additions and 13 deletions
17
README.md
17
README.md
|
@ -426,10 +426,10 @@ echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
|
||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
|
|
||||||
```zsh
|
There is [zsh-theme-powerlevel10k](
|
||||||
pacman -S --noconfirm zsh-theme-powerlevel10k
|
https://www.archlinux.org/packages/community/any/zsh-theme-powerlevel10k/) community package and
|
||||||
echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
|
[zsh-theme-powerlevel10k-git](https://aur.archlinux.org/packages/zsh-theme-powerlevel10k-git/) AUR
|
||||||
```
|
package. Both are old and broken. **Do not use them.**
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
@ -1081,14 +1081,6 @@ command is reflected in the *next* prompt.
|
||||||
For details, see [this post on /r/zsh](
|
For details, see [this post on /r/zsh](
|
||||||
https://www.reddit.com/r/zsh/comments/eg49ff/powerlevel10k_prompt_history_exit_code_colors/fc5huku).
|
https://www.reddit.com/r/zsh/comments/eg49ff/powerlevel10k_prompt_history_exit_code_colors/fc5huku).
|
||||||
|
|
||||||
### Is there an AUR package for Powerlevel10k?
|
|
||||||
|
|
||||||
There is [zsh-theme-powerlevel10k-git](
|
|
||||||
https://aur.archlinux.org/packages/zsh-theme-powerlevel10k-git/). It's owned by an unaffiliated
|
|
||||||
volunteer.
|
|
||||||
|
|
||||||
There is also an [official Powerlevel10k package](#arch-linux) for Pacman.
|
|
||||||
|
|
||||||
### What is the minimum supported Zsh version?
|
### What is the minimum supported Zsh version?
|
||||||
|
|
||||||
Zsh 5.1 or newer should work. Fast startup requires Zsh >= 5.4.
|
Zsh 5.1 or newer should work. Fast startup requires Zsh >= 5.4.
|
||||||
|
@ -1764,7 +1756,6 @@ typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='${P9K_CONTENT}' # not bold
|
||||||
- [What is the best prompt style in the configuration wizard?](#what-is-the-best-prompt-style-in-the-configuration-wizard)
|
- [What is the best prompt style in the configuration wizard?](#what-is-the-best-prompt-style-in-the-configuration-wizard)
|
||||||
- [How to make Powerlevel10k look like robbyrussell Oh My Zsh theme?](#how-to-make-powerlevel10k-look-like-robbyrussell-oh-my-zsh-theme)
|
- [How to make Powerlevel10k look like robbyrussell Oh My Zsh theme?](#how-to-make-powerlevel10k-look-like-robbyrussell-oh-my-zsh-theme)
|
||||||
- [Can prompts for completed commands display error status for *those* commands instead of the commands preceding them?](#can-prompts-for-completed-commands-display-error-status-for-those-commands-instead-of-the-commands-preceding-them)
|
- [Can prompts for completed commands display error status for *those* commands instead of the commands preceding them?](#can-prompts-for-completed-commands-display-error-status-for-those-commands-instead-of-the-commands-preceding-them)
|
||||||
- [Is there an AUR package for Powerlevel10k?](#is-there-an-aur-package-for-powerlevel10k)
|
|
||||||
- [What is the minimum supported Zsh version?](#what-is-the-minimum-supported-zsh-version)
|
- [What is the minimum supported Zsh version?](#what-is-the-minimum-supported-zsh-version)
|
||||||
- [How were these screenshots and animated gifs created?](#how-were-these-screenshots-and-animated-gifs-created)
|
- [How were these screenshots and animated gifs created?](#how-were-these-screenshots-and-animated-gifs-created)
|
||||||
- [How was the recommended font created?](#how-was-the-recommended-font-created)
|
- [How was the recommended font created?](#how-was-the-recommended-font-created)
|
||||||
|
|
Loading…
Reference in a new issue