save
This commit is contained in:
9
install.sh
Executable file
9
install.sh
Executable 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"
|
||||
Reference in New Issue
Block a user