From 5a3ec56f818ee98c084e965a3a70f3fed0cbfbae Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 29 Jan 2025 22:17:49 -0300 Subject: [PATCH] Add almighty machine --- .dotter/almighty.toml | 8 ++++++++ .dotter/global.toml | 1 + .dotter/pre_deploy.sh | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .dotter/almighty.toml mode change 100644 => 100755 .dotter/pre_deploy.sh diff --git a/.dotter/almighty.toml b/.dotter/almighty.toml new file mode 100644 index 0000000..5d48e73 --- /dev/null +++ b/.dotter/almighty.toml @@ -0,0 +1,8 @@ +packages = ["cli", "dev", "mise", "hyprland"] + +[files] + +[variables] +nvim-core = true +nvim-base = true +nvim-ide = true diff --git a/.dotter/global.toml b/.dotter/global.toml index 16cade7..449e52c 100644 --- a/.dotter/global.toml +++ b/.dotter/global.toml @@ -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"] diff --git a/.dotter/pre_deploy.sh b/.dotter/pre_deploy.sh old mode 100644 new mode 100755 index 92715f8..42bf8d6 --- a/.dotter/pre_deploy.sh +++ b/.dotter/pre_deploy.sh @@ -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"