Merge pull request #561 from catlee/patch-1

Fix git usage in migration script
This commit is contained in:
David Heinemeier Hansson 2025-08-08 15:36:00 +02:00 committed by GitHub
commit 3566ecfc89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,6 @@ 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 checkout -f themes/osaka-jade
ln -nfs ~/.local/share/omarchy/themes/osaka-jade ~/.config/omarchy/themes/osaka-jade
fi