This commit is contained in:
2026-06-06 20:51:49 -04:00
parent 2061bc59f7
commit 2f7dd33f39
28 changed files with 47079 additions and 33 deletions

9
install.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
for dir in */; do
dir="${dir%/}"
echo "Stowing: $dir"
stow "$dir"
done
gsettings set org.gnome.desktop.interface gtk-theme "Vague"