mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
fix wording in docs
This commit is contained in:
parent
d5d6ee11ff
commit
b53b43533a
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -556,13 +556,13 @@ applications on your system. Configure your terminal to use this font:
|
||||||
- **Guake**: Right Click on an open terminal and open *Preferences*. Under *Appearance*
|
- **Guake**: Right Click on an open terminal and open *Preferences*. Under *Appearance*
|
||||||
tab, uncheck *Use the system fixed width font* (if not already) and select `MesloLGS NF Regular`.
|
tab, uncheck *Use the system fixed width font* (if not already) and select `MesloLGS NF Regular`.
|
||||||
Exit the Preferences dialog by clicking *Close*.
|
Exit the Preferences dialog by clicking *Close*.
|
||||||
- **Alacritty**: Edit or create `~/.config/alacritty/alacritty.yml`. Append the `font` section below:
|
- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and and the following section
|
||||||
```yaml
|
to it:
|
||||||
font:
|
```yaml
|
||||||
normal:
|
font:
|
||||||
family: "MesloLGS NF"
|
normal:
|
||||||
```
|
family: "MesloLGS NF"
|
||||||
|
```
|
||||||
|
|
||||||
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
|
**IMPORTANT:** Run `p10k configure` after changing terminal font. The old `~/.p10k.zsh` may work
|
||||||
incorrectly with the new font.
|
incorrectly with the new font.
|
||||||
|
|
Loading…
Reference in a new issue