Add Osaka Jade as default theme

This commit is contained in:
David Heinemeier Hansson 2025-08-06 13:44:21 +02:00
parent 8281533b54
commit 88969588c4

6
migrations/1754480092.sh Normal file
View File

@ -0,0 +1,6 @@
echo "Make new Osaka Jade theme available as new default"
if [[ ! -L ~/.config/omarchy/themes/osaka-jade ]]; then
rm -rf ~/.local/share/omarchy/themes/osaka-jade
ln -nfs ~/.local/share/omarchy/themes/osaka-jade ~/.config/omarchy/themes/osaka-jade
fi