Migrated to ansible

This commit is contained in:
2024-04-02 00:59:42 +02:00
parent c53268e307
commit 0ccf6427f2
136 changed files with 5157 additions and 1407 deletions

View File

@@ -0,0 +1,19 @@
import = [
# Theme
"~/.config/alacritty/catppuccin-macchiato.toml"
]
[env]
TERM = "xterm-256color"
[window]
opacity = 0.7
decorations = "None"
padding = { x = 0, y = 0 }
[font]
normal = {family = "CaskaydiaCove Nerd Font", style = "Mono"}
[cursor]
style = {shape = "Beam", blinking = "On"}
vi_mode_style = {shape = "Block", blinking = "On"}