summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2024-01-20 11:19:22 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2024-01-20 11:19:22 +0300
commit30ba16ecd84cde5ef8b7eaef407d26f909371f3a (patch)
tree9fb10054be57d3a5d132f5dd3b58d62cc6275a0e
parentc180a5e040d078eab501a71dc455a8eadc43fd44 (diff)
font: update alacritty instructions (#2539)
Alacritty has switched from yaml to toml for its config file.
-rw-r--r--README.md11
-rw-r--r--font.md11
2 files changed, 10 insertions, 12 deletions
diff --git a/README.md b/README.md
index 3f712732..2aba3755 100644
--- a/README.md
+++ b/README.md
@@ -693,12 +693,11 @@ 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
- to it:
- ```yaml
- font:
- normal:
- family: "MesloLGS NF"
+ - **Alacritty**: Create or open `~/.config/alacritty/alacritty.toml` and add the following
+ section to it:
+ ```toml
+ [font.normal]
+ family = "MesloLGS NF"
```
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
```ini
diff --git a/font.md b/font.md
index 82ae1a4f..c80df910 100644
--- a/font.md
+++ b/font.md
@@ -80,12 +80,11 @@ 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
- to it:
- ```yaml
- font:
- normal:
- family: "MesloLGS NF"
+ - **Alacritty**: Create or open `~/.config/alacritty/alacritty.toml` and add the following
+ section to it:
+ ```toml
+ [font.normal]
+ family = "MesloLGS NF"
```
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section to it:
```ini