Skip to content

Instantly share code, notes, and snippets.

@AbdulSamadMalik
Created March 9, 2025 17:00
Show Gist options
  • Save AbdulSamadMalik/e7fc304d84e80cf4059d427ddc89089b to your computer and use it in GitHub Desktop.
Save AbdulSamadMalik/e7fc304d84e80cf4059d427ddc89089b to your computer and use it in GitHub Desktop.
Alacritty Config
[general]
live_config_reload = true
working_directory = "C:/Users/Public"
[window]
padding = { x = 16, y = 0 }
dimensions = { columns = 115, lines = 28 }
position = { x = 195, y = 105 }
opacity = 0.96
blur = true
[terminal]
shell = "C:/Program Files/nu/bin/nu.exe"
[keyboard]
bindings = [{ key = "W", mods = "Control", action = "Quit" }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment