Add script for installing to ~
This commit is contained in:
parent
cb6d8b2be2
commit
645773ca97
10
install-local.sh
Executable file
10
install-local.sh
Executable 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"
|
Loading…
Reference in New Issue
Block a user