feat: Add alacritty conf

This commit is contained in:
2024-09-04 16:08:49 +10:00
parent fbc53d7375
commit 2ea72f8843
4 changed files with 319 additions and 0 deletions

20
.alacritty.toml Normal file
View File

@@ -0,0 +1,20 @@
import = [
"~/.config/alacritty/themes/themes/hyper.toml"
]
[env]
TERM = "xterm-256color"
shell = "zsh"
[window]
decorations = "none"
opacity = 0.5
blur = true
padding = { x = 10, y = 10 }
[font]
normal = { family = "Fira Code", style = "Regular" }
[selection]
save_to_clipboard = true