diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-10-25 08:14:12 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-10-25 08:14:12 +0300 |
commit | 78301e82c7a86ceb597bb925f33cccf37d6da4a1 (patch) | |
tree | 45cd6f454579f2855b7d7e2aa1c01e130c667303 /font.md | |
parent | 98494aaf7b2d90c9565a6b4eb49cb877e57d793e (diff) |
clean up kitty font instructions and duplicate them in readme.md
Diffstat (limited to 'font.md')
-rw-r--r-- | font.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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. |