Break-out omarchy-update so we can update each step independently and have changes apply to the active update

This commit is contained in:
David Heinemeier Hansson
2025-08-10 20:23:29 +02:00
parent a23a48594f
commit d9d847fd71
4 changed files with 23 additions and 23 deletions

5
bin/omarchy-update-git Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo -e "\e[32mUpdate Omarchy\e[0m"
git -C $OMARCHY_PATH pull --autostash
git -C $OMARCHY_PATH diff --check || git -C $OMARCHY_PATH reset --merge