Files
caelestia-cli/install/foot.fish
T
2025-03-21 23:47:04 +11:00

15 lines
242 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.fish ~/.local/bin/foot
log 'Done.'