Files
omarchy/install.sh
David Heinemeier Hansson abe39314d9 No need to bail early
2025-06-02 10:31:27 +02:00

5 lines
132 B
Bash

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