5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
|
#!/bin/sh
|
||
|
rm -r ~/.themes/* 2> /dev/null
|
||
|
rsync -av --progress /usr/share/themes/* ~/.themes/ --exclude Windowck
|
||
|
rsync -av --progress ~/.local/share/themes/* ~/.themes/ --exclude Windowck-dark
|