mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
Fix git usage in migration script
A user may not have `co` aliased to `checkout` and then will have errors running the migration script.
This commit is contained in:
@@ -2,6 +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 co -f 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
|
||||
|
||||
Reference in New Issue
Block a user