diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-21 11:15:05 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-21 11:15:05 +0300 |
commit | 505a77f02eb87f5c049a80d81aef4a97b290ee01 (patch) | |
tree | 616bdf82598ac8dc61ef14d72312dbee7a8c3350 /README.md | |
parent | af4f7a5890fc3216fc5ca6d17febb83fec632657 (diff) |
add installation instructions for Arch Linux via Pacman
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -28,6 +28,7 @@ Ready to give Powerlevel10k a try? - [Zplugin](#zplugin) - [Zinit](#zinit) - [Homebrew](#homebrew) + - [Arch Linux](#arch-linux) 1. Restart Zsh. 1. Type `p10k configure` if the configuration wizard doesn't start automatically. @@ -405,6 +406,13 @@ brew install romkatv/powerlevel10k/powerlevel10k echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc ``` +### Arch Linux + +```zsh +pacman -Sy --noconfirm zsh-theme-powerlevel10k +echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc +``` + ## Configuration ### For new users @@ -1051,10 +1059,11 @@ https://www.reddit.com/r/zsh/comments/eg49ff/powerlevel10k_prompt_history_exit_c ### Is there an AUR package for Powerlevel10k? -There are two: -[zsh-theme-powerlevel10k-git](https://aur.archlinux.org/packages/zsh-theme-powerlevel10k-git/) and -[zsh-theme-powerlevel10k](https://aur.archlinux.org/packages/zsh-theme-powerlevel10k/). Both -packages are owned by unaffiliated volunteers. +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? @@ -1589,12 +1598,14 @@ typeset -g POWERLEVEL9K_OS_ICON_CONTENT_EXPANSION='${P9K_CONTENT}' # not bold - [Oh My Zsh](#oh-my-zsh) - [Prezto](#prezto) - [Zim](#zim) + - [Antibody](#antibody) - [Antigen](#antigen) - [Zplug](#zplug) - [Zgen](#zgen) - [Zplugin](#zplugin) - [Zinit](#zinit) - [Homebrew](#homebrew) + - [Arch Linux](#arch-linux) - [Configuration](#configuration) - [For new users](#for-new-users) - [For Powerlevel9k users](#for-powerlevel9k-users) |