Skip to content

Commit c7de6a7

Browse files
committed
updated alacritty font situation.
1 parent cfd0733 commit c7de6a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This does not list the package manager dependencies of the programs the dotfiles
77
GNU stow is used to manage individual dotfiles 'packages'.
88

99
### Aalacritty
10-
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.
10+
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.
1111

1212
### Kitty
1313
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.

alacritty/.config/alacritty/alacritty.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ font:
113113
# - (macOS) Menlo
114114
# - (Linux/BSD) Hack
115115
# - (Windows) Consolas
116-
family: Hack Nerd Font
116+
family: Hack
117+
# family: Fira Code
117118

118119
# The `style` can be specified to pick a specific face.
119120
style: Regular

0 commit comments

Comments
 (0)