Add almighty machine

This commit is contained in:
Alexander Navarro 2025-01-29 22:17:49 -03:00
parent 2ceae5e293
commit 5a3ec56f81
3 changed files with 10 additions and 1 deletions

8
.dotter/almighty.toml Normal file
View file

@ -0,0 +1,8 @@
packages = ["cli", "dev", "mise", "hyprland"]
[files]
[variables]
nvim-core = true
nvim-base = true
nvim-ide = true

View file

@ -76,6 +76,7 @@ cargo.packages = []
"config/mako" = "~/.config/mako"
"config/swappy" = "~/.config/swappy"
"config/waybar" = "~/.config/waybar/"
"config/ironbar" = { target = "~/.config/ironbar/", type = "symbolic" }
[hyprland]
depends = ["wm"]

2
.dotter/pre_deploy.sh Normal file → Executable file
View file

@ -2,7 +2,7 @@
# shellcheck disable=all
# This is a handlerbars template, so ignore issues
set -euo pipefail
set -xeuo pipefail
checksum_file=".dotter/cache/pre_deploy.checksum"