From 98494aaf7b2d90c9565a6b4eb49cb877e57d793e Mon Sep 17 00:00:00 2001 From: Subhaditya Nath <56714626+subnut@users.noreply.github.com> Date: Sun, 25 Oct 2020 10:40:26 +0530 Subject: [PATCH] Added font instructions for kitty (#1070) --- font.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/font.md b/font.md index 794b81ff..c9c0185c 100644 --- a/font.md +++ b/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.