From 78301e82c7a86ceb597bb925f33cccf37d6da4a1 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Sun, 25 Oct 2020 06:14:12 +0100 Subject: [PATCH] clean up kitty font instructions and duplicate them in readme.md --- README.md | 5 +++++ font.md | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8a4a5f9..ef8c7d7 100644 --- a/README.md +++ b/README.md @@ -571,6 +571,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 line to it: + ``` + font_family MesloLGS NF + ``` + Restart Kitty by closing all sessions and opening a new session. **IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work incorrectly with the new font. diff --git a/font.md b/font.md index c9c0185..51c0856 100644 --- a/font.md +++ b/font.md @@ -69,11 +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 - ``` + - **Kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it: + ``` + font_family MesloLGS NF + ``` + Restart Kitty by closing all sessions and opening a new session. **IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work incorrectly with the new font.