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