Set kitty font to FiraCode, and add their install commands
This commit is contained in:
parent
c9b568ba65
commit
6dd8af64f5
2 changed files with 4 additions and 2 deletions
|
@ -11,6 +11,7 @@ base:
|
||||||
- xorg-xinit # enable xinit to avoid having to type 'startx'
|
- xorg-xinit # enable xinit to avoid having to type 'startx'
|
||||||
- ttf-font-awesome
|
- ttf-font-awesome
|
||||||
- ttf-jetbrains-mono
|
- ttf-jetbrains-mono
|
||||||
|
- ttf-fira-code
|
||||||
debian:
|
debian:
|
||||||
- build-essential
|
- build-essential
|
||||||
- libnotify-bin
|
- libnotify-bin
|
||||||
|
@ -20,6 +21,7 @@ base:
|
||||||
- xinit # enable xinit to avoid having to type 'startx'
|
- xinit # enable xinit to avoid having to type 'startx'
|
||||||
- fonts-font-awesome
|
- fonts-font-awesome
|
||||||
- fonts-jetbrains-mono
|
- fonts-jetbrains-mono
|
||||||
|
- fonts-firacode
|
||||||
both:
|
both:
|
||||||
- rsync # used for backup
|
- rsync # used for backup
|
||||||
- curl
|
- curl
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
#: individual font faces and even specify special fonts for particular
|
#: individual font faces and even specify special fonts for particular
|
||||||
#: characters.
|
#: characters.
|
||||||
|
|
||||||
font_family JetBrains Mono
|
font_family Fira Code
|
||||||
bold_font auto
|
bold_font auto
|
||||||
italic_font auto
|
italic_font auto
|
||||||
bold_italic_font auto
|
bold_italic_font auto
|
||||||
|
@ -23,7 +23,7 @@ bold_italic_font auto
|
||||||
#: italic_font Operator Mono Book Italic
|
#: italic_font Operator Mono Book Italic
|
||||||
#: bold_italic_font Operator Mono Medium Italic
|
#: bold_italic_font Operator Mono Medium Italic
|
||||||
|
|
||||||
font_size 11.3
|
font_size 10.5
|
||||||
|
|
||||||
#: Font size (in pts)
|
#: Font size (in pts)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue