mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Merge branch 'fr0ster-master'
This commit is contained in:
commit
00f74aaf75
1 changed files with 8 additions and 0 deletions
|
@ -779,6 +779,14 @@ If you are using a different terminal, proceed with manual font installation.
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
- **Deepin Terminal**: Open `~/.config/deepin/deepin-terminal/config.conf` and set `basic.interface.font` to `"MesloLGS NF"`.
|
||||||
|
```ini
|
||||||
|
[basic.interface.font]
|
||||||
|
value="MesloLGS NF"
|
||||||
|
|
||||||
|
[basic.interface.font_size]
|
||||||
|
value=10
|
||||||
|
```
|
||||||
**_CAVEAT_**: If you open the normal terminal preferences these settings will be overwritten.
|
**_CAVEAT_**: If you open the normal terminal preferences these settings will be overwritten.
|
||||||
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
|
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
|
||||||
incorrectly with the new font.
|
incorrectly with the new font.
|
||||||
|
|
Loading…
Reference in a new issue