diff --git a/install-local.sh b/install-local.sh new file mode 100755 index 0000000..de5b4ae --- /dev/null +++ b/install-local.sh @@ -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"