Skip to content

Commit

Permalink
docs: fix font instructions for deepin terminal and copy them over to…
Browse files Browse the repository at this point in the history
… font.md (romkatv#2752)
  • Loading branch information
romkatv committed Sep 5, 2024
1 parent 00f74aa commit d71edb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -779,15 +779,13 @@ If you are using a different terminal, proceed with manual font installation.
font-style: italic;
}
```
- **Deepin Terminal**: Open `~/.config/deepin/deepin-terminal/config.conf` and set `basic.interface.font` to `"MesloLGS NF"`.
**_CAVEAT_**: If you open the normal terminal preferences these settings will be overwritten.
- **Deepin Terminal**: Create or open `~/.config/deepin/deepin-terminal/config.conf` and add the following section
to it:
```ini
[basic.interface.font]
value="MesloLGS NF"
[basic.interface.font_size]
value=10
value = "MesloLGS NF"
```
**_CAVEAT_**: If you open the normal terminal preferences these settings will be overwritten.
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
incorrectly with the new font.
Expand Down
6 changes: 6 additions & 0 deletions font.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,12 @@ If you are using a different terminal, proceed with manual font installation.
}
```
**_CAVEAT_**: If you open the normal terminal preferences these settings will be overwritten.
- **Deepin Terminal**: Create or open `~/.config/deepin/deepin-terminal/config.conf` and add the following section
to it:
```ini
[basic.interface.font]
value = "MesloLGS NF"
```
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
incorrectly with the new font.

Expand Down

0 comments on commit d71edb8

Please sign in to comment.