mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
Merge branch 'master' into dynamic
This commit is contained in:
commit
123cf5f676
@ -59,7 +59,7 @@ make sure to disable your current theme in your plugin manager. See
|
|||||||
### Oh My Zsh
|
### Oh My Zsh
|
||||||
|
|
||||||
```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`.
|
Set `ZSH_THEME=powerlevel10k/powerlevel10k` in your `~/.zshrc`.
|
||||||
|
@ -339,6 +339,9 @@ function install_font() {
|
|||||||
'"Use Non-ASCII Font"' 0
|
'"Use Non-ASCII Font"' 0
|
||||||
'"Ambiguous Double Width"' 0
|
'"Ambiguous Double Width"' 0
|
||||||
'"Terminal Type"' '"xterm-256color"'
|
'"Terminal Type"' '"xterm-256color"'
|
||||||
|
'"Minimum Contrast"' 0.000000
|
||||||
|
'"ASCII Anti Aliased"' 1
|
||||||
|
'"Non-ASCII Anti Aliased"' 1
|
||||||
)
|
)
|
||||||
for k v in $settings; do
|
for k v in $settings; do
|
||||||
run_command "" /usr/libexec/PlistBuddy -c \
|
run_command "" /usr/libexec/PlistBuddy -c \
|
||||||
|
Loading…
Reference in New Issue
Block a user