From cb9788b12a1fade6be631ad905928f9a5f7eb03f Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Thu, 16 Mar 2023 09:51:24 +0100 Subject: [PATCH] docs: fix zed font instructions --- README.md | 14 +++++--------- font.md | 14 +++++--------- 2 files changed, 10 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8148e16..6629e91 100644 --- a/README.md +++ b/README.md @@ -721,17 +721,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 diff --git a/font.md b/font.md index 85a2e7f..e7505ef 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