Skip to content

Commit

Permalink
docs: reformat font instructions for ghostty and copy them over to RE…
Browse files Browse the repository at this point in the history
…ADME.md (romkatv#2809)
  • Loading branch information
romkatv committed Dec 29, 2024
1 parent 33fff66 commit c85cd0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,11 @@ If you are using a different terminal, proceed with manual font installation.
[basic.interface.font]
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
incorrectly with the new font.
Expand Down
4 changes: 2 additions & 2 deletions font.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ If you are using a different terminal, proceed with manual font installation.
[basic.interface.font]
value = "MesloLGS NF"
```
- **Ghostty**: Open *Menu → Open Configuration* (Linux) or
*Ghostty → Settings...* (Mac) and add the following line:
- **Ghostty**: Open *Menu → Open Configuration* (Linux) or *Ghostty → Settings...* (Mac) and add
the following line:
```text
font-family = "MesloLGS NF"
```
Expand Down

0 comments on commit c85cd0f

Please sign in to comment.