Skip to content

Commit

Permalink
alacritty: jetbrains mono nerd font set by default
Browse files Browse the repository at this point in the history
  • Loading branch information
smoorg committed Feb 23, 2025
1 parent b0bc975 commit caf7bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ background = "#000000"
size = 13

[font.bold]
family = "JetBrains Mono"
family = "JetBrains Mono Nerd Font"

[font.italic]
family = "Jetbrains Mono"
family = "JetBrains Mono Nerd Font"

[font.normal]
family = "Jetbrains Mono"
family = "JetBrains Mono Nerd Font"

[[keyboard.bindings]]
action = "IncreaseFontSize"
Expand Down

0 comments on commit caf7bfd

Please sign in to comment.