mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-06 15:29:28 -05:00
15 lines
250 B
Fish
Executable File
15 lines
250 B
Fish
Executable File
#!/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.'
|