Make extras mandatory

This commit is contained in:
David Heinemeier Hansson
2025-06-24 09:38:21 -07:00
parent 233ce41131
commit 3916b46fd6
2 changed files with 3 additions and 2 deletions

View File

@ -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