aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-09-06 13:24:36 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-09-06 13:24:36 +0300
commite8a38dc404d58bd281993fa19cb3358a9c91e7fa (patch)
treea1049dac6af16d5daa08b0714d975b5f0e5fc223 /config
parent8e653efd018f4b9605a59925fbc10e0495eddc17 (diff)
font comments
Diffstat (limited to 'config')
-rw-r--r--config/p10k-classic.zsh9
-rw-r--r--config/p10k-lean.zsh7
2 files changed, 8 insertions, 8 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index 2115be21..921c5166 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -111,11 +111,12 @@ fi
# Awesome-Terminal Fonts (regular) | awesome-fontconfig
# Awesome-Terminal Fonts (patched) | awesome-patched
# Nerd Fonts | nerdfont-complete
+ # Other | compatible
#
- # If this looks overwhelming, install a font from https://github.com/ryanoasis/nerd-fonts
- # and set POWERLEVEL9K_MODE=nerdfont-complete. "Meslo LG S Regular Nerd Font Complete Mono" from
- # https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Meslo/S/Regular/complete is
- # very good.
+ # If this looks overwhelming, either stick with a preinstalled system font and set
+ # POWERLEVEL9K_MODE=compatible, or install the recommended Powerlevel10k font from
+ # https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k
+ # and set POWERLEVEL9K_MODE=nerdfont-complete.
typeset -g POWERLEVEL9K_MODE=nerdfont-complete
# When set to true, icons appear before content on both sides of the prompt. When set
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index b90baa81..6f21e5e8 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -122,10 +122,9 @@ fi
# Other | compatible
#
# If this looks overwhelming, either stick with a preinstalled system font and set
- # POWERLEVEL9K_MODE=compatible, or install a font from https://github.com/ryanoasis/nerd-fonts
- # and set POWERLEVEL9K_MODE=nerdfont-complete. "Meslo LG S Regular Nerd Font Complete Mono" from
- # https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Meslo/S/Regular/complete is
- # very good.
+ # POWERLEVEL9K_MODE=compatible, or install the recommended Powerlevel10k font from
+ # https://github.com/romkatv/powerlevel10k/#recommended-meslo-nerd-font-patched-for-powerlevel10k
+ # and set POWERLEVEL9K_MODE=nerdfont-complete.
typeset -g POWERLEVEL9K_MODE=nerdfont-complete
# When set to true, icons appear before content on both sides of the prompt. When set