From 8ef8657a39a131e6042a77a55bdc121ec4ba266a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:56:07 +1100 Subject: install: add btop --- install/btop.fish | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 install/btop.fish (limited to 'install') diff --git a/install/btop.fish b/install/btop.fish new file mode 100755 index 0000000..b87343f --- /dev/null +++ b/install/btop.fish @@ -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.' -- cgit v1.2.3-freya