docs: reformat font instructions for ghostty and copy them over to README.md (#2809)

pull/2810/head
Roman Perepelitsa 2024-12-29 10:39:03 +01:00
parent 33fff66cc6
commit c85cd0f028
2 changed files with 7 additions and 2 deletions

View File

@ -783,6 +783,11 @@ If you are using a different terminal, proceed with manual font installation.
[basic.interface.font] [basic.interface.font]
value = "MesloLGS NF" value = "MesloLGS NF"
``` ```
- **Ghostty**: Open *Menu → Open Configuration* (Linux) or *Ghostty → Settings...* (Mac) and add
the following line:
```text
font-family = "MesloLGS NF"
```
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work 1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
incorrectly with the new font. incorrectly with the new font.

View File

@ -168,8 +168,8 @@ If you are using a different terminal, proceed with manual font installation.
[basic.interface.font] [basic.interface.font]
value = "MesloLGS NF" value = "MesloLGS NF"
``` ```
- **Ghostty**: Open *Menu → Open Configuration* (Linux) or - **Ghostty**: Open *Menu → Open Configuration* (Linux) or *Ghostty → Settings...* (Mac) and add
*Ghostty → Settings...* (Mac) and add the following line: the following line:
```text ```text
font-family = "MesloLGS NF" font-family = "MesloLGS NF"
``` ```