mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 00:00:07 +00:00
Merge branch 'master' into dynamic
This commit is contained in:
commit
123cf5f676
2 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,7 @@ make sure to disable your current theme in your plugin manager. See
|
|||
### Oh My Zsh
|
||||
|
||||
```zsh
|
||||
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
|
||||
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
|
||||
```
|
||||
|
||||
Set `ZSH_THEME=powerlevel10k/powerlevel10k` in your `~/.zshrc`.
|
||||
|
|
|
@ -339,6 +339,9 @@ function install_font() {
|
|||
'"Use Non-ASCII Font"' 0
|
||||
'"Ambiguous Double Width"' 0
|
||||
'"Terminal Type"' '"xterm-256color"'
|
||||
'"Minimum Contrast"' 0.000000
|
||||
'"ASCII Anti Aliased"' 1
|
||||
'"Non-ASCII Anti Aliased"' 1
|
||||
)
|
||||
for k v in $settings; do
|
||||
run_command "" /usr/libexec/PlistBuddy -c \
|
||||
|
|
Loading…
Reference in a new issue