Skip to content

Commit

Permalink
Add Alacritty config for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillonb committed Nov 13, 2024
1 parent 51d26e5 commit f2562f4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions chezmoi/AppData/Roaming/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[font]
size = 14

[font.bold]
family = "CaskaydiaCove Nerd Font"
style = "Bold"

[font.italic]
family = "CaskaydiaCove Nerd Font"
style = "Italic"

[font.normal]
family = "CaskaydiaCove Nerd Font"
style = "Regular"

0 comments on commit f2562f4

Please # to comment.