Created
November 4, 2024 21:03
-
-
Save jmacqueen/672c3e334b8cffcb53ed4f2f1e03a17b to your computer and use it in GitHub Desktop.
My 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
[window] | |
opacity = 1 | |
decorations = "None" | |
option_as_alt = "OnlyLeft" | |
[font] | |
size = 16.0 | |
normal = { family = "BerkeleyMono Nerd Font", style = "Regular" } | |
bold = { family = "BerkeleyMono Nerd Font", style = "Bold" } | |
italic = { family = "BerkeleyMono Nerd Font", style = "Italic" } | |
bold_italic = { family = "BerkeleyMono Nerd Font", style = "Bold Italic" } | |
offset = { x = 0, y = 3 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment