mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 14:59:29 -05:00
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