diff options
Diffstat (limited to 'install/btop.fish')
| -rwxr-xr-x | install/btop.fish | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/install/btop.fish b/install/btop.fish deleted file mode 100755 index 3b3bcb4..0000000 --- a/install/btop.fish +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env 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.' |