forked from Shinonome/caelestia-cli
install: gtk install script
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#!/bin/fish
|
||||
|
||||
. (dirname (status filename))/util.fish
|
||||
|
||||
install-deps git adw-gtk-theme
|
||||
install-optional-deps 'xsettingsd (for live reload)' 'glib2 (for live reload)'
|
||||
|
||||
set -l gtk $CONFIG/gtk
|
||||
|
||||
confirm-overwrite $gtk
|
||||
git clone 'https://github.com/caelestia-dots/gtk.git' $gtk
|
||||
|
||||
log 'Done.'
|
||||
Reference in New Issue
Block a user