Skip to content

Instantly share code, notes, and snippets.

@jmacqueen
Created November 4, 2024 21:03
Show Gist options
  • Save jmacqueen/672c3e334b8cffcb53ed4f2f1e03a17b to your computer and use it in GitHub Desktop.
Save jmacqueen/672c3e334b8cffcb53ed4f2f1e03a17b to your computer and use it in GitHub Desktop.
My Alacritty conf
[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