Created
January 30, 2024 21:57
-
-
Save arielcr/3f8428d0e9a18aa74e534d35969d0edf to your computer and use it in GitHub Desktop.
Alacritty Conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import = [ | |
"~/.config/alacritty/themes/themes/tomorrow_night.toml" | |
] | |
[font] | |
size = 14.0 | |
[font.normal] | |
family = "JetBrainsMono Nerd Font" | |
style = "Regular" | |
[window] | |
option_as_alt = "OnlyLeft" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment