mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-07 07:49:30 -05:00
install scripts for all modules
This commit is contained in:
Executable
+13
@@ -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.'
|
||||
Reference in New Issue
Block a user