mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
Added font instructions for kitty (#1070)
This commit is contained in:
parent
68c89ec2bc
commit
98494aaf7b
1 changed files with 5 additions and 0 deletions
5
font.md
5
font.md
|
@ -69,6 +69,11 @@ applications on your system. Configure your terminal to use this font:
|
|||
normal:
|
||||
family: "MesloLGS NF"
|
||||
```
|
||||
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following sentence and then
|
||||
restart kitty by closing all sessions and opening a new session.
|
||||
```
|
||||
font_family MesloLGS NF
|
||||
```
|
||||
|
||||
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
|
||||
incorrectly with the new font.
|
||||
|
|
Loading…
Reference in a new issue