Files
caelestia-cli/install/foot.fish
T
2 * r + 2 * t be2f1567f0 foot: update install and sysmon toggle
Use the foot-exec cmd so it has the colours
2025-03-10 20:40:06 +11:00

15 lines
252 B
Fish
Executable File

#!/bin/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-exec.fish ~/.local/bin/foot-exec
log 'Done.'