doc cleanup

This commit is contained in:
Roman Perepelitsa 2021-01-09 23:55:54 +01:00
parent a2695675e6
commit 00232d1b6d
2 changed files with 4 additions and 1 deletions

View file

@ -568,6 +568,8 @@ applications on your system. Configure your terminal to use this font:
Exit the Preferences dialog by clicking *Close*. Exit the Preferences dialog by clicking *Close*.
- **MobaXterm**: Open *Settings**Configuration**Terminal* → (Under *Terminal look and feel*) - **MobaXterm**: Open *Settings**Configuration**Terminal* → (Under *Terminal look and feel*)
and change *Font* to `MesloLGS NF`. and change *Font* to `MesloLGS NF`.
- **WSLtty**: Right click on an open terminal and then on *Options*. In the *Text* section, under
*Font*, click *"Select..."* and set Font to `MesloLGS NF Regular`.
- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section - **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section
to it: to it:
```yaml ```yaml
@ -580,7 +582,6 @@ applications on your system. Configure your terminal to use this font:
font_family MesloLGS NF font_family MesloLGS NF
``` ```
Restart Kitty by closing all sessions and opening a new session. Restart Kitty by closing all sessions and opening a new session.
- **WSLtty**: Right Click on an open terminal and open *Options*. In the *Text* section, under *Font*, click *"Select..."* and set Font to `MesloLGS NF Regular`.
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work **IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
incorrectly with the new font. incorrectly with the new font.

View file

@ -66,6 +66,8 @@ applications on your system. Configure your terminal to use this font:
Exit the Preferences dialog by clicking *Close*. Exit the Preferences dialog by clicking *Close*.
- **MobaXterm**: Open *Settings**Configuration**Terminal* → (Under *Terminal look and feel*) - **MobaXterm**: Open *Settings**Configuration**Terminal* → (Under *Terminal look and feel*)
and change *Font* to `MesloLGS NF`. and change *Font* to `MesloLGS NF`.
- **WSLtty**: Right click on an open terminal and then on *Options*. In the *Text* section, under
*Font*, click *"Select..."* and set Font to `MesloLGS NF Regular`.
- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section - **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section
to it: to it:
```yaml ```yaml