diff --git a/install.sh b/install.sh index d1e2b70..6fe4c7b 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,7 @@ # 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 -sudo updatedb # Ensure locate is up to date +# Ensure locate is up to date now that everything has been installed +sudo updatedb + gum confirm "Reboot to apply all settings?" && reboot diff --git a/extras.sh b/install/xtras.sh similarity index 100% rename from extras.sh rename to install/xtras.sh