Files
omarchy/install.sh
David Heinemeier Hansson 1cf7f1722f Use confirm
2025-06-02 10:39:26 +02:00

6 lines
186 B
Bash

# Install everything
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
echo "Reboot for all settings to apply..."
gum confirm "Reboot to apply all settings?" && reboot