From dd00f20608cffd8d1847b94ac4049bbc5e7d9560 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 15 Jul 2026 15:25:44 -0700 Subject: [PATCH] Offer the reboot, simplify wording --- bin/omarchy-dev-link | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/omarchy-dev-link b/bin/omarchy-dev-link index 959136ba..78076634 100755 --- a/bin/omarchy-dev-link +++ b/bin/omarchy-dev-link @@ -57,5 +57,7 @@ done echo "Pointed Omarchy at $target" echo -echo "Reboot to activate the linked checkout in Hyprland, app launchers, and new shells." -echo "Run 'omarchy dev unlink' and reboot to restore the package install." + +if gum confirm "Reboot now to activate?"; then + omarchy-system-reboot +fi