wintergreen-theme/install-local.sh

11 lines
253 B
Bash
Executable File

#!/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"