docs: clean up font instructions for xterm and copy them to README.md

pull/1730/head
Roman Perepelitsa 3 years ago
parent c4d3ab0ae0
commit b8ddcd4c17

@ -678,8 +678,14 @@ If you are using a different terminal, proceed with manual font installation.
```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 config run
The new config is applied for all new terminals. `xrdb ~/.Xresources` to reload it. The new config is applied to all new terminals.
- **xterm**: Create or open `~/.Xresources` and add the following line to it:
```text
xterm*faceName: MesloLGS NF
```
After changing the config run `xrdb ~/.Xresources` to reload it. The new config is applied to
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
incorrectly with the new font. incorrectly with the new font.

@ -109,16 +109,14 @@ If you are using a different terminal, proceed with manual font installation.
```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 config run
The new config is applied for all new terminals. `xrdb ~/.Xresources` to reload it. The new config is applied to all new terminals.
- **xterm**: Create or open `~/.Xresources` and add the following two lines to it: - **xterm**: Create or open `~/.Xresources` and add the following line to it:
```text ```text
xterm*faceName: MesloLGS NF xterm*faceName: MesloLGS NF
xterm*faceSize: 11
``` ```
You can adjust the font size to your preference. After changing the configuration use `xrdb ~/.Xresources` to reload the config. After changing the config run `xrdb ~/.Xresources` to reload it. The new config is applied to
The new config is applied for all new terminals. 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
incorrectly with the new font. incorrectly with the new font.

Loading…
Cancel
Save