Update README.md, change instructions for alacritty

alacritty changed it's config file to toml:

https://github.com/alacritty/alacritty/releases/tag/v0.13.0
This commit is contained in:
dan-m8t 2024-01-03 15:33:14 +01:00 committed by GitHub
parent cc6ed4be41
commit 70b911594a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -693,12 +693,12 @@ If you are using a different terminal, proceed with manual font installation.
- **Yakuake**: Click *≡**Manage Profiles**New**Appearance*. Click *Choose* next to the - **Yakuake**: Click *≡**Manage Profiles**New**Appearance*. Click *Choose* next to the
*Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the *Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the
new profile and click *Set as Default*. new profile and click *Set as Default*.
- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and add the following section - **Alacritty**: Create or open `~/.config/alacritty/alacritty.toml` and add the following section
to it: to it:
```yaml ```toml
font: [font.normal]
normal: family = "MesloLGS NF"
family: "MesloLGS NF" style = "Regular"
``` ```
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it: - **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
```text ```text