mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
doc cleanup
This commit is contained in:
parent
f0af094382
commit
4fa8943960
2 changed files with 5 additions and 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
|
||||
|
|
6
font.md
6
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. <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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue