From 324789f15f241b4937b6da6bb6db977e84b372a7 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Mon, 15 Aug 2022 17:45:20 +0200 Subject: [PATCH] add update theme script to automate this --- README.md | 7 ++----- update-theme.sh | 5 +++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100755 update-theme.sh diff --git a/README.md b/README.md index 2e4218e..a39ac81 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,5 @@ cullmann.io website # Update theme -rm -rf themes -mkdir themes -git clone https://github.com/dillonzq/LoveIt.git themes/LoveIt -rm -rf themes/LoveIt/.git -git add themes +./update-theme.sh + 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