Skip to content

Instantly share code, notes, and snippets.

@wwwins
Created March 4, 2025 07:00
Show Gist options
  • Save wwwins/8c7a60046e0ece1a31ca908839f3277e to your computer and use it in GitHub Desktop.
Save wwwins/8c7a60046e0ece1a31ca908839f3277e to your computer and use it in GitHub Desktop.
alacritty config file
#[general]
#import = ["~/.config/alacritty/tomorrow_night_bright.toml"]
[window]
startup_mode = "Maximized"
decorations = "Buttonless"
[scrolling]
history = 10000
[font]
normal = { family = "MesloLGS NF", style = "Regular" }
size = 21.0
[selection]
save_to_clipboard = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment