From 2c8f71c179038b9f63551eb302afca536012b8ee Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 3 Jan 2026 14:14:38 -0800 Subject: [PATCH] Need yq for toml --- migrations/1767306902.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/migrations/1767306902.sh b/migrations/1767306902.sh index 16bc79b0..affc570a 100644 --- a/migrations/1767306902.sh +++ b/migrations/1767306902.sh @@ -1,5 +1,7 @@ echo "Migrate to new theme setup" +omarchy-pkg-add yq + THEMES_DIR="$HOME/.config/omarchy/themes" CURRENT_THEME_LINK="$HOME/.config/omarchy/current/theme"