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"