|
|
@ -89,11 +89,11 @@ If you are using a different terminal, proceed with manual font installation.
|
|
|
|
normal:
|
|
|
|
normal:
|
|
|
|
family: "MesloLGS NF"
|
|
|
|
family: "MesloLGS NF"
|
|
|
|
```
|
|
|
|
```
|
|
|
|
- **Kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
|
|
|
|
- **Kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
|
|
|
|
```text
|
|
|
|
```text
|
|
|
|
font_family MesloLGS NF
|
|
|
|
font_family MesloLGS NF
|
|
|
|
```
|
|
|
|
```
|
|
|
|
Restart Kitty by closing all sessions and opening a new session.
|
|
|
|
Restart Kitty by closing all sessions and opening a new session.
|
|
|
|
- **puTTY**: Set *Window* → *Appearance* → *Font* to `MesloLGS NF`. Requires puTTY
|
|
|
|
- **puTTY**: Set *Window* → *Appearance* → *Font* to `MesloLGS NF`. Requires puTTY
|
|
|
|
version >= 0.75.
|
|
|
|
version >= 0.75.
|
|
|
|
- **WezTerm**: Create or open `$HOME/.config/wezterm/wezterm.lua` and add the following:
|
|
|
|
- **WezTerm**: Create or open `$HOME/.config/wezterm/wezterm.lua` and add the following:
|
|
|
@ -106,9 +106,9 @@ If you are using a different terminal, proceed with manual font installation.
|
|
|
|
If the file already exists, only add the line with the font to the existing return.
|
|
|
|
If the file already exists, only add the line with the font to the existing return.
|
|
|
|
Also add the first line if it is not already present.
|
|
|
|
Also add the first line if it is not already present.
|
|
|
|
- **urxvt**: Create or open `~/.Xresources` and add the following line to it:
|
|
|
|
- **urxvt**: Create or open `~/.Xresources` and add the following line to it:
|
|
|
|
```text
|
|
|
|
```text
|
|
|
|
URxvt.font: xft:MesloLGS NF:size=11
|
|
|
|
URxvt.font: xft:MesloLGS NF:size=11
|
|
|
|
```
|
|
|
|
```
|
|
|
|
You can adjust the font size to your preference. After changing the configuration use `xrdb ~/.Xresources` to reload the config.
|
|
|
|
You can adjust the font size to your preference. After changing the configuration use `xrdb ~/.Xresources` to reload the config.
|
|
|
|
The new config is applied for all new terminals.
|
|
|
|
The new config is applied for all new terminals.
|
|
|
|
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
|
|
|
|
1. Run `p10k configure` to generate a new `~/.p10k.zsh`. The old config may work
|
|
|
|