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
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
install-deps git dart-sass aylurs-gtk-shell-git alsa-utils libappindicator-gtk3
|
||||
|
||||
set -l safeeyes $CONFIG/safeeyes
|
||||
|
||||
confirm-overwrite $safeeyes
|
||||
git clone 'https://github.com/caelestia-dots/safeeyes.git' $safeeyes
|
||||
|
||||
log 'Done.'
|
||||
Reference in New Issue
Block a user