mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-23 12:40:08 +00:00
Merge branch 'LlemonDuck-patch-1'
This commit is contained in:
commit
75724ec65e
1 changed files with 9 additions and 0 deletions
|
@ -700,6 +700,15 @@ If you are using a different terminal, proceed with manual font installation.
|
||||||
normal:
|
normal:
|
||||||
family: "MesloLGS NF"
|
family: "MesloLGS NF"
|
||||||
```
|
```
|
||||||
|
- **foot**: Create or open `~/.config/foot/foot.ini` and add the following section
|
||||||
|
to it:
|
||||||
|
```ini
|
||||||
|
font=MesloLGS NF
|
||||||
|
```
|
||||||
|
or to specify a custom font size, e.g. 12,
|
||||||
|
```ini
|
||||||
|
font=MesloLGS NF:size=12
|
||||||
|
``
|
||||||
- **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
|
||||||
|
|
Loading…
Reference in a new issue