install scripts for all modules

This commit is contained in:
2 * r + 2 * t
2025-01-28 16:45:16 +11:00
parent 1f9044c5db
commit 587e29efe4
14 changed files with 250 additions and 19 deletions
+13
View File
@@ -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.'