|
|
@ -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
|
|
|
|
After changing the config run `xrdb ~/.Xresources` to reload it. The new config is applied to
|
|
|
|
all new terminals.
|
|
|
|
all new terminals.
|
|
|
|
- **Zed**: Open `settings.json` file (type `CMD + ,` or open `~/.config/zed/settings.json`).
|
|
|
|
- **Zed**: Open `~/.config/zed/settings.json` and set `terminal.font_family` to `"MesloLGS NF"`.
|
|
|
|
Add the following lines to your existing settings:
|
|
|
|
|
|
|
|
```jsonc
|
|
|
|
```jsonc
|
|
|
|
{
|
|
|
|
|
|
|
|
// your existing settings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"terminal": {
|
|
|
|
"terminal": {
|
|
|
|
"font_family": "MesloLGS NF"
|
|
|
|
"font_family": "MesloLGS NF"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
}
|
|
|
|
// Other settings.
|
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
```
|
|
|
|
- Crostini (Linux on Chrome OS): Open
|
|
|
|
- Crostini (Linux on Chrome OS): Open
|
|
|
|