From 6c75e705e82f85b4bf93d2f13bce6de452c7b9ef Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 7 Aug 2025 14:10:12 +0200 Subject: [PATCH] Ensure Osaka Theme is checked out To deal with the past bad migration --- migrations/1754566681.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/1754566681.sh b/migrations/1754566681.sh index 4f872689..23677dc5 100644 --- a/migrations/1754566681.sh +++ b/migrations/1754566681.sh @@ -2,5 +2,6 @@ echo "Make new Osaka Jade theme available as new default" if [[ ! -L ~/.config/omarchy/themes/osaka-jade ]]; then rm -rf ~/.config/omarchy/themes/osaka-jade + git -C ~/.local/share/omarchy co -f themes/osaka-jade ln -nfs ~/.local/share/omarchy/themes/osaka-jade ~/.config/omarchy/themes/osaka-jade fi