forked from Shinonome/caelestia-cli
install: add slurp install
This commit is contained in:
Executable
+18
@@ -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.'
|
||||
Reference in New Issue
Block a user