diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..3fd11b1 --- /dev/null +++ b/Justfile @@ -0,0 +1,11 @@ +mod niri +mod xxh + +@default: + just --list + +# Deploy all configurations +all: + just niri::deploy + just xxh::deploy + @echo "All dotfiles deployed successfully!"