diff options
author | Subhaditya Nath <56714626+subnut@users.noreply.github.com> | 2020-10-25 08:10:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-25 08:10:26 +0300 |
commit | 98494aaf7b2d90c9565a6b4eb49cb877e57d793e (patch) | |
tree | 7b85a83cee13b375f70226d248c354d65a72bd66 /font.md | |
parent | 68c89ec2bc3031979deae4fed17d408623b1fd90 (diff) |
Added font instructions for kitty (#1070)
Diffstat (limited to 'font.md')
-rw-r--r-- | font.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |