add foot font instructions

This adds instructions to the README for users of [foot](https://codeberg.org/dnkl/foot) to enable the MesloLGS Nerd Font as the default in their terminal.
pull/2536/head
Rhea 8 months ago committed by GitHub
parent cda24b72b7
commit 9be438f862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -700,6 +700,15 @@ If you are using a different terminal, proceed with manual font installation.
normal:
family: "MesloLGS NF"
```
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section
to it:
```ini
font=MesloLGS NF
```
or to specify a custom font size, e.g. 12,
```ini
font=MesloLGS NF:size=12
``
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
```text
font_family MesloLGS NF

Loading…
Cancel
Save