forked from Shinonome/caelestia-cli
install: add btop
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/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.'
|
||||
Reference in New Issue
Block a user