Files
caelestia-cli/install/btop.fish
T
2025-03-10 21:02:39 +11:00

17 lines
261 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
sed -i 's|$SRC|'$dist'|g' $dist/btop.conf
# Install systemd service
setup-systemd-monitor btop $dist
log 'Done.'