diff --git a/justfile b/justfile index 845130e..5cc928a 100644 --- a/justfile +++ b/justfile @@ -87,7 +87,7 @@ helix-editor: [group("graphical")] kitty-terminal: @just _echowarning "1) Installing Kitty and dependencies" - paru -S imagemagick kitty python-pygments ttf-firacode-nerd + paru -S imagemagick kitty otf-commit-mono-nerd python-pygments @just _echowarning "\n2) Stowing Kitty config" stow --dotfiles -S kitty diff --git a/kitty/dot-config/kitty/kitty.conf b/kitty/dot-config/kitty/kitty.conf index 11d8204..d67904c 100644 --- a/kitty/dot-config/kitty/kitty.conf +++ b/kitty/dot-config/kitty/kitty.conf @@ -3,7 +3,7 @@ include Tokyo Night.conf background_opacity 0.9 # Fonts -font_family FiraCode Nerd Font +# font_family family="B612 Mono Liga" font_size 12.0 # Bell @@ -24,3 +24,11 @@ map alt+h neighboring_window left map alt+j neighboring_window down map alt+k neighboring_window up map alt+l neighboring_window right + + +# BEGIN_KITTY_FONTS +font_family family='CommitMono Nerd Font' postscript_name=CommitMonoNF-Regular +bold_font auto +italic_font auto +bold_italic_font auto +# END_KITTY_FONTS