From 70b911594a5c92e18707ba9dc0b9f37d5d4ec2ae Mon Sep 17 00:00:00 2001 From: dan-m8t <48068660+dan-m8t@users.noreply.github.com> Date: Wed, 3 Jan 2024 15:33:14 +0100 Subject: [PATCH] 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 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee4786f3..8cf3f4ae 100644 --- a/README.md +++ b/README.md @@ -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 *Font* dropdown, select `MesloLGS NF` and click *OK*. Click *OK* to save the profile. Select the 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: - ```yaml - font: - normal: - family: "MesloLGS NF" + ```toml + [font.normal] + family = "MesloLGS NF" + style = "Regular" ``` - **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it: ```text