omarchy/migrations/1754566681.sh
David Heinemeier Hansson 6c75e705e8 Ensure Osaka Theme is checked out
To deal with the past bad migration
2025-08-07 14:10:12 +02:00

8 lines
306 B
Bash

echo "Make new Osaka Jade theme available as new default"
if [[ ! -L ~/.config/omarchy/themes/osaka-jade ]]; then
rm -rf ~/.config/omarchy/themes/osaka-jade
git -C ~/.local/share/omarchy co -f themes/osaka-jade
ln -nfs ~/.local/share/omarchy/themes/osaka-jade ~/.config/omarchy/themes/osaka-jade
fi