mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Add manual MesloLGS NF font installation for Zed
This commit is contained in:
parent
2aa16c5431
commit
e2c4e6673f
2 changed files with 26 additions and 0 deletions
13
README.md
13
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:
|
||||
|
|
13
font.md
13
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:
|
||||
|
|
Loading…
Reference in a new issue