From 189596cc88e0715d9160023dd299a87a4f84c0be Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 28 Jul 2025 13:01:02 +0200 Subject: [PATCH] Add migration for new ristretto theme --- migrations/1753689791.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 migrations/1753689791.sh diff --git a/migrations/1753689791.sh b/migrations/1753689791.sh new file mode 100644 index 0000000..d7c3145 --- /dev/null +++ b/migrations/1753689791.sh @@ -0,0 +1,5 @@ +echo "Add the new ristretto theme as an option" + +if [[ ! -L ~/.config/omarchy/themes/ristretto ]]; then + ln -nfs ~/.local/share/omarchy/themes/ristretto ~/.config/omarchy/themes/ +fi