From b5a91d3ca57d1369d0b7b502112c4b4c9849d26c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 14 Jun 2025 15:42:20 +1000 Subject: internal: remove all legacy fish scripts --- install/foot.fish | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 install/foot.fish (limited to 'install/foot.fish') diff --git a/install/foot.fish b/install/foot.fish deleted file mode 100755 index 67e682b..0000000 --- a/install/foot.fish +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env fish - -. (dirname (status filename))/util.fish - -install-deps git foot inotify-tools - -set -l dist $CONFIG/foot - -update-repo foot $dist -sed -i 's|$SRC|'$dist'|g' $dist/foot.ini - -install-link $dist/foot.fish ~/.local/bin/foot - -log 'Done.' -- cgit v1.2.3-freya