diff --git a/README.md b/README.md index f46ce28..cbbe683 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,8 @@ applications on your system. Configure your terminal to use this font: - **Guake**: Right Click on an open terminal and open *Preferences*. Under *Appearance* tab, uncheck *Use the system fixed width font* (if not already) and select `MesloLGS NF Regular`. Exit the Preferences dialog by clicking *Close*. +- **MobaXterm**: Open *Settings* → *Configuration* → *Terminal* → (Under *Terminal look and feel*) + and change *Font* to `MesloLGS NF`. - **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section to it: ```yaml diff --git a/font.md b/font.md index 641be4e..0e3a328 100644 --- a/font.md +++ b/font.md @@ -64,6 +64,8 @@ applications on your system. Configure your terminal to use this font: - **Guake**: Right Click on an open terminal and open *Preferences*. Under *Appearance* tab, uncheck *Use the system fixed width font* (if not already) and select `MesloLGS NF Regular`. Exit the Preferences dialog by clicking *Close*. +- **MobaXterm**: Open *Settings* → *Configuration* → *Terminal* → (Under *Terminal look and feel*) + and change *Font* to `MesloLGS NF`. - **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section to it: ```yaml @@ -76,9 +78,7 @@ applications on your system. Configure your terminal to use this font: font_family MesloLGS NF ``` Restart Kitty by closing all sessions and opening a new session. - - **MobaXterm**: *Settings* → *Configuration* → *Terminal* → ( Under *Terminal look and feel* ) change *Font* to MesloLGS NF.
- ( for existing sessions ) Right click on session → *Edit session* → ( Under *Terminal Settings* tab ) click on *Terminal font settings* → Change font to MesloLGS NF. - + **IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work incorrectly with the new font.