Files
omarchy/install.sh
David Heinemeier Hansson da943fdcd3 Ask to reboot when done
2025-06-02 10:38:25 +02:00

6 lines
178 B
Bash

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