From e00c4ad0dc2df6144cf075754e113f83eae9d058 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 17 Jul 2025 14:22:01 -0700 Subject: [PATCH] Link up the theme too --- migrations/1752725616.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/migrations/1752725616.sh b/migrations/1752725616.sh index d3e83b1..5dddefe 100644 --- a/migrations/1752725616.sh +++ b/migrations/1752725616.sh @@ -9,3 +9,7 @@ if [[ -f ~/.local/share/applications/blueberry.desktop ]]; then omarchy-refresh-waybar fi + +if [[ ! -L "~/.config/omarchy/themes/rose-pine" ]]; then + ln -snf ~/.local/share/omarchy/themes/rose-pine ~/.config/omarchy/themes/ +fi