forked from Shinonome/caelestia-cli
fb8bdb5414
Forgot to add it to main script
13 lines
205 B
Fish
13 lines
205 B
Fish
#!/bin/fish
|
|
|
|
. (dirname (status filename))/util.fish
|
|
|
|
install-deps git adw-gtk-theme
|
|
|
|
set -l gtk $CONFIG/gtk
|
|
|
|
confirm-overwrite $gtk
|
|
git clone 'https://github.com/caelestia-dots/gtk.git' $gtk
|
|
|
|
log 'Done.'
|