From 17968cb2d305707b544cc7c04c5763eabf9b23b1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 7 Jan 2026 20:58:57 +0100 Subject: [PATCH] Offer to reboot after reinstall --- bin/omarchy-reinstall | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/omarchy-reinstall b/bin/omarchy-reinstall index 59420afa..edfab730 100755 --- a/bin/omarchy-reinstall +++ b/bin/omarchy-reinstall @@ -9,4 +9,6 @@ if gum confirm "Are you sure you want to reinstall and lose all config changes?" omarchy-reinstall-git omarchy-reinstall-pkgs omarchy-reinstall-configs + + gum confirm "System has been reinstalled. Reboot?" && omarchy-cmd-reboot fi