diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | font.md | 6 |
2 files changed, 5 insertions, 3 deletions
@@ -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 @@ -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. <br /> - ( 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. |