mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
formatting
This commit is contained in:
parent
b53b43533a
commit
7a0bf995c7
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -558,11 +558,11 @@ applications on your system. Configure your terminal to use this font:
|
||||||
Exit the Preferences dialog by clicking *Close*.
|
Exit the Preferences dialog by clicking *Close*.
|
||||||
- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and and the following section
|
- **Alacritty**: Create or open `~/.config/alacritty/alacritty.yml` and and the following section
|
||||||
to it:
|
to it:
|
||||||
```yaml
|
```yaml
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: "MesloLGS NF"
|
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