install: add slurp install

This commit is contained in:
2 * r + 2 * t
2025-03-16 18:10:41 +11:00
parent b0263cc573
commit 4fb61203fb
3 changed files with 20 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/fish
. (dirname (status filename))/util.fish
install-deps git slurp
set -l dist $C_DATA/slurp
# Clone repo
update-repo slurp $dist
# Install systemd service
setup-systemd-monitor slurp $dist
# Install to path
install-link $dist/slurp ~/.local/bin/slurp
log 'Done.'