diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-07-20 17:56:34 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-07-20 17:56:34 +0300 |
commit | 266fa777a168814193897e738cdc91e73dff6478 (patch) | |
tree | d86324243a7ef90450e402dd32a39c2729cafb00 /config/p10k-lean.zsh | |
parent | a0b4e481d8f92132e7c919be524a319df5fe93ca (diff) |
docs
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index da5e0915..32e5fc76 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1,8 +1,15 @@ -# Config for Powerlevel10k with lightweight prompt style. Doesn't require a Powerline font. -# The default colors are suitable for dark terminal background. Copy the config and edit it -# to customize your prompt. +# Config for Powerlevel10k with lean prompt style. Doesn't require a Powerline font. +# The color scheme is suitable for dark terminal background. # -# Looking for a nice color? Here's a one-liner to print colormap. +# Once you've installed Powerlevel10k, run these commands to apply lean style. +# +# curl -fsSL -O ~/p10k-lean.zsh https://raw.githubusercontent.com/romkatv/powerlevel10k/master/config/p10k-lean.zsh +# echo 'source ~/p10k-lean.zsh' >>! ~/.zshrc +# +# To customize your prompt, open ~/p10k-lean.zsh in your favorite text editor, change it and +# restart ZSH. The file is well-documented. +# +# Tip: Looking for a nice color? Here's a one-liner to print colormap. # # for i in {0..255}; do print -Pn "%${i}F${(l:3::0:)i}%f " ${${(M)$((i%8)):#7}:+$'\n'}; done |