mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +00:00
docs: fix zed font instructions
This commit is contained in:
parent
7f30a32ee6
commit
cb9788b12a
2 changed files with 10 additions and 18 deletions
14
README.md
14
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
|
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": {
|
||||||
|
"font_family": "MesloLGS NF"
|
||||||
{
|
},
|
||||||
"terminal": {
|
// Other settings.
|
||||||
"font_family": "MesloLGS NF"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- Crostini (Linux on Chrome OS): Open
|
- Crostini (Linux on Chrome OS): Open
|
||||||
|
|
14
font.md
14
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
|
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": {
|
||||||
|
"font_family": "MesloLGS NF"
|
||||||
{
|
},
|
||||||
"terminal": {
|
// Other settings.
|
||||||
"font_family": "MesloLGS NF"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
- Crostini (Linux on Chrome OS): Open
|
- Crostini (Linux on Chrome OS): Open
|
||||||
|
|
Loading…
Reference in a new issue