mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-21 13:01:54 +01:00
add justfile
This commit is contained in:
parent
9da6db4915
commit
47cda28e7e
2 changed files with 9 additions and 0 deletions
0
scripts/.gitignore → .gitignore
vendored
0
scripts/.gitignore → .gitignore
vendored
9
justfile
Normal file
9
justfile
Normal file
|
@ -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}}
|
Loading…
Add table
Reference in a new issue