Initial setup commit

This commit is contained in:
2026-07-06 23:46:51 -03:00
commit 4e7c886293
17 changed files with 4491 additions and 0 deletions

8
alacritty/alacritty.toml Normal file
View File

@@ -0,0 +1,8 @@
[window]
padding = { x = 5, y = 5 }
decorations = "None"
opacity = 0.9
dynamic_title = true
[cursor]
style = { shape = "Beam", blinking = "On" }