mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-25 05:30:06 +00:00
clean up kitty font instructions and duplicate them in readme.md
This commit is contained in:
parent
98494aaf7b
commit
78301e82c7
2 changed files with 10 additions and 5 deletions
|
@ -571,6 +571,11 @@ applications on your system. Configure your terminal to use this font:
|
||||||
normal:
|
normal:
|
||||||
family: "MesloLGS NF"
|
family: "MesloLGS NF"
|
||||||
```
|
```
|
||||||
|
- **Kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
|
||||||
|
```
|
||||||
|
font_family MesloLGS NF
|
||||||
|
```
|
||||||
|
Restart Kitty by closing all sessions and opening a new session.
|
||||||
|
|
||||||
**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.
|
||||||
|
|
10
font.md
10
font.md
|
@ -69,11 +69,11 @@ applications on your system. Configure your terminal to use this font:
|
||||||
normal:
|
normal:
|
||||||
family: "MesloLGS NF"
|
family: "MesloLGS NF"
|
||||||
```
|
```
|
||||||
- **kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following sentence and then
|
- **Kitty**: Create or open `~/.config/kitty/kitty.conf` and add the following line to it:
|
||||||
restart kitty by closing all sessions and opening a new session.
|
```
|
||||||
```
|
font_family MesloLGS NF
|
||||||
font_family MesloLGS NF
|
```
|
||||||
```
|
Restart Kitty by closing all sessions and opening a new session.
|
||||||
|
|
||||||
**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