From c7de6a790e86fa728c627129a09c0b874483e2d3 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 19 Dec 2023 15:49:59 -0600 Subject: [PATCH] updated alacritty font situation. --- README.md | 2 +- alacritty/.config/alacritty/alacritty.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cded2fb..7a8fcfd 100644 --- a/README.md +++ b/README.md @@ -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'. ### 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 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. diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index b7d2487..db0d1f5 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -113,7 +113,8 @@ font: # - (macOS) Menlo # - (Linux/BSD) Hack # - (Windows) Consolas - family: Hack Nerd Font + family: Hack + # family: Fira Code # The `style` can be specified to pick a specific face. style: Regular