From c30068c1f1ee28c13a761648072e708b56ae2535 Mon Sep 17 00:00:00 2001 From: Oleksii Kyslytsia Date: Thu, 5 Sep 2024 13:22:34 +0300 Subject: [PATCH] docs: Add instructions for setting MesloLGS NF font in Deepin Terminal --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 884cb21f..0f2cc6bf 100644 --- a/README.md +++ b/README.md @@ -779,6 +779,14 @@ If you are using a different terminal, proceed with manual font installation. font-style: italic; } ``` + - **Deepin Terminal**: Open `~/.config/deepin/deepin-terminal/config.conf` and set `basic.interface.font` to `"MesloLGS NF"`. + ```ini + [basic.interface.font] + value="MesloLGS NF" + + [basic.interface.font_size] + value=10 + ``` **_CAVEAT_**: If you open the normal terminal preferences these settings will be overwritten. 1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work incorrectly with the new font.