summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
-rw-r--r--font.md13
2 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md
index c67529ef..8148e163 100644
--- a/README.md
+++ b/README.md
@@ -721,6 +721,19 @@ 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:
+ ```jsonc
+ {
+ // your existing settings
+
+ {
+ "terminal": {
+ "font_family": "MesloLGS NF"
+ }
+ }
+ }
+ ```
- Crostini (Linux on Chrome OS): Open
chrome-untrusted://terminal/html/nassh_preferences_editor.html, set *Text font family* to
`'MesloLGS NF'` (including the quotes) and *Custom CSS (inline text)* to the following:
diff --git a/font.md b/font.md
index 429af320..85a2e7f9 100644
--- a/font.md
+++ b/font.md
@@ -115,6 +115,19 @@ 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:
+ ```jsonc
+ {
+ // your existing settings
+
+ {
+ "terminal": {
+ "font_family": "MesloLGS NF"
+ }
+ }
+ }
+ ```
- Crostini (Linux on Chrome OS): Open
chrome-untrusted://terminal/html/nassh_preferences_editor.html, set *Text font family* to
`'MesloLGS NF'` (including the quotes) and *Custom CSS (inline text)* to the following: