Files
omarchycn/install.sh
T
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