summaryrefslogtreecommitdiff
path: root/update-theme.sh
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2022-08-15 17:45:20 +0200
committerChristoph Cullmann <cullmann@kde.org>2022-08-15 17:45:20 +0200
commit324789f15f241b4937b6da6bb6db977e84b372a7 (patch)
treeb28548570a4a2a0d16983938dd96dded5cbf0cba /update-theme.sh
parent74714410ad63065983b5db123203bbf4117e2996 (diff)
add update theme script to automate this
Diffstat (limited to 'update-theme.sh')
-rwxr-xr-xupdate-theme.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update-theme.sh b/update-theme.sh
new file mode 100755
index 0000000..2b7df3e
--- /dev/null
+++ b/update-theme.sh
@@ -0,0 +1,5 @@
+rm -rf themes
+mkdir themes
+git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt
+rm -rf themes/LoveIt/.git
+git add themes