mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 23:09:27 -05:00
16 lines
232 B
Fish
Executable File
16 lines
232 B
Fish
Executable File
#!/usr/bin/env fish
|
|
|
|
. (dirname (status filename))/util.fish
|
|
|
|
install-deps git fuzzel-git
|
|
|
|
set -l dist $CONFIG/fuzzel
|
|
|
|
# Clone repo
|
|
update-repo fuzzel $dist
|
|
|
|
# Install systemd service
|
|
setup-systemd-monitor fuzzel $dist
|
|
|
|
log 'Done.'
|