updated alacritty font situation.

This commit is contained in:
Gabe Venberg 2023-12-19 15:49:59 -06:00
parent cfd0733f64
commit c7de6a790e
2 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ This does not list the package manager dependencies of the programs the dotfiles
GNU stow is used to manage individual dotfiles 'packages'. GNU stow is used to manage individual dotfiles 'packages'.
### Aalacritty ### Aalacritty
setup to use Hack Nerd Font (`ttf-hack-nerd`) for an icon-rich font, needed for the full nvim and for yazi. Can easily be changed to any other nerd-font patched font. uses `hack` for a font, dont need a patched nerd font, normal `ttf-hack` (or any other font) combined with `ttf-nerd-fonts-symbols` will do.
### Kitty ### Kitty
you dont need a patched Nerd Font, normal `ttf-fira-code` combined with `ttf-nerd-fonts-symbols` will do. Can also change what font is used easily, but always needs the nerd-font symbols. you dont need a patched Nerd Font, normal `ttf-fira-code` combined with `ttf-nerd-fonts-symbols` will do. Can also change what font is used easily, but always needs the nerd-font symbols.

View file

@ -113,7 +113,8 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) Hack # - (Linux/BSD) Hack
# - (Windows) Consolas # - (Windows) Consolas
family: Hack Nerd Font family: Hack
# family: Fira Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Regular