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