Add script for installing to ~

This commit is contained in:
2025-01-30 10:48:19 -05:00
parent cb6d8b2be2
commit 645773ca97
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
themesDest="$HOME/.themes"
iconsDest="$HOME/.icons"
mkdir -p "$themesDest"
mkdir -p "$iconsDest"
echo "... installing theme"
cp -r themes/Wintergreen "$themesDest"
echo "... installing icons"
cp -r icons/Wintergreen "$iconsDest"
echo ".// ok"