Files
omarchy/install.sh
David Heinemeier Hansson df42ec1123 Ask for extras
2025-06-02 21:24:45 +02:00

6 lines
232 B
Bash

# 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