From 587e29efe4584c8fa8016901302fd4214f78be66 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:45:16 +1100 Subject: install scripts for all modules --- install/foot.fish | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 install/foot.fish (limited to 'install/foot.fish') diff --git a/install/foot.fish b/install/foot.fish new file mode 100755 index 0000000..8e9c51e --- /dev/null +++ b/install/foot.fish @@ -0,0 +1,13 @@ +#!/bin/fish + +. (dirname (status filename))/util.fish + +install-deps git foot inotify-tools + +set -l foot $CONFIG/../foot + +confirm-overwrite $foot +git clone 'https://github.com/caelestia-dots/foot.git' $foot +sed -i 's|$SRC|'$foot'|g' $foot/foot.ini + +log 'Done.' -- cgit v1.2.3-freya