aboutsummaryrefslogtreecommitdiff
path: root/font.md
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-03-16 11:51:24 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2023-03-16 11:51:24 +0300
commitcb9788b12a1fade6be631ad905928f9a5f7eb03f (patch)
tree260c50af6a70d98fb898fb7aed8c28db5e048321 /font.md
parent7f30a32ee653c854f607affce7545ae35490c1f5 (diff)
docs: fix zed font instructions
Diffstat (limited to 'font.md')
-rw-r--r--font.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/font.md b/font.md
index 85a2e7f9..e7505ef4 100644
--- a/font.md
+++ b/font.md
@@ -115,17 +115,13 @@ If you are using a different terminal, proceed with manual font installation.
```
After changing the config run `xrdb ~/.Xresources` to reload it. The new config is applied to
all new terminals.
- - **Zed**: Open `settings.json` file (type `CMD + ,` or open `~/.config/zed/settings.json`).
- Add the following lines to your existing settings:
+ - **Zed**: Open `~/.config/zed/settings.json` and set `terminal.font_family` to `"MesloLGS NF"`.
```jsonc
{
- // your existing settings
-
- {
- "terminal": {
- "font_family": "MesloLGS NF"
- }
- }
+ "terminal": {
+ "font_family": "MesloLGS NF"
+ },
+ // Other settings.
}
```
- Crostini (Linux on Chrome OS): Open