feat: add general justfile

This commit is contained in:
2026-09-09 17:28:09 +02:00
parent 6fdf747174
commit f710b8e79d
+11
View File
@@ -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!"