Compare commits

...

3 Commits

14 changed files with 14 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 B

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 139 B

View File

@ -0,0 +1,3 @@
[Icon Theme]
Name=Wintergreen
Comment=A simple cursor theme

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1 @@
not-allowed

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

10
install-local.sh Executable file
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"