From 88603ea9d6f9321d5f38a3db93cb46c39356bcae Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 5 Jan 2026 13:30:08 +0100 Subject: [PATCH] Ensure the opencode directory is present --- migrations/1767478687.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/1767478687.sh b/migrations/1767478687.sh index 0eed2011..2a2588ef 100644 --- a/migrations/1767478687.sh +++ b/migrations/1767478687.sh @@ -4,6 +4,7 @@ omarchy-pkg-add opencode # Add config using omarchy theme by default if [[ ! -f ~/.config/opencode/opencode.json ]]; then + mkdir -p ~/.config/opencode cp $OMARCHY_PATH/config/opencode/opencode.json ~/.config/opencode/opencode.json fi