Files
caelestia-cli/install/foot.fish
T
2 * r + 2 * t 669eaa61cb install: better install + use data and state
Don't complete remove repos, use git pull instead
Use XDG_DATA_HOME and XDG_STATE_HOME
2025-02-22 14:25:41 +11:00

13 lines
194 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
log 'Done.'