From df42ec1123ede5d475dcb2df8c80ccc979a4db5b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 2 Jun 2025 21:24:45 +0200 Subject: [PATCH] Ask for extras --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index ef571de..68c674b 100644 --- a/install.sh +++ b/install.sh @@ -1,4 +1,5 @@ # Install everything for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done +gum confirm "Install all extra desktop apps?" && source ~/.local/share/omarchy/extras.sh gum confirm "Reboot to apply all settings?" && reboot