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