Unified done showing and command style

This commit is contained in:
David Heinemeier Hansson
2025-08-04 20:51:43 +02:00
parent 82bcee5624
commit 8170cb9ed4
14 changed files with 23 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ git -C $omarchy_path pull --autostash
git -C $omarchy_path diff --check || git -C $omarchy_path reset --merge
# Run migrations
"$HOME/.local/share/omarchy/bin/omarchy-migrate"
~/.local/share/omarchy/bin/omarchy-migrate
# Update system packages
echo -e "\e[32m\nUpdate system packages\e[0m"
@@ -24,4 +24,4 @@ if [ "$(uname -r | sed 's/-arch/\.arch/')" != "$(pacman -Q linux | awk '{print $
gum confirm "Linux kernel has been updated. Reboot?" && sudo reboot now
fi
gum spin --spinner "globe" --title "Done!" -- sleep 2
~/.local/share/omarchy/bin/omarchy-show-done