From 47cda28e7ef38d06f217648ddd08f4ed00d034f5 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Tue, 8 Feb 2022 18:49:25 +0100 Subject: [PATCH] add justfile --- scripts/.gitignore => .gitignore | 0 justfile | 9 +++++++++ 2 files changed, 9 insertions(+) rename scripts/.gitignore => .gitignore (100%) create mode 100644 justfile 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}}