diff --git a/scripts/.gitignore b/.gitignore similarity index 100% rename from scripts/.gitignore rename to .gitignore diff --git a/justfile b/justfile new file mode 100644 index 0000000..19e9c1b --- /dev/null +++ b/justfile @@ -0,0 +1,9 @@ +install-scripts target="$HOME/.local/bin": + #!/bin/sh + zig build-exe \ + -lc -lX11 -lXinerama \ + scripts/randomwallpaper.zig \ + -femit-bin={{target}}/randomwallpaper + ln -sf \ + `pwd`/scripts/{playtwitch,start-joshuto,withjava} \ + {{target}}