summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-08-09 00:52:12 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-08-09 00:52:12 +0300
commitb53b43533ab15efdeeb3c33b9eedd572162a97e4 (patch)
treed0efec57318797e43f4aab2ce2d45ce5f2cf1260 /README.md
parentd5d6ee11ff66a1126e74bab961bad07ba7d469f7 (diff)
fix wording in docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index ea6dbc85..6066b0c1 100644
--- a/README.md
+++ b/README.md
@@ -556,13 +556,13 @@ applications on your system. Configure your terminal to use this font:
- **Guake**: Right Click on an open terminal and open *Preferences*. Under *Appearance*
tab, uncheck *Use the system fixed width font* (if not already) and select `MesloLGS NF Regular`.
Exit the Preferences dialog by clicking *Close*.
-- **Alacritty**: Edit or create `~/.config/alacritty/alacritty.yml`. Append the `font` section below:
- ```yaml
- font:
- normal:
- family: "MesloLGS NF"
- ```
-
+- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and and the following section
+ to it:
+```yaml
+font:
+ normal:
+ family: "MesloLGS NF"
+```
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
incorrectly with the new font.