Files
omarchy/install.sh
David Heinemeier Hansson 3916b46fd6 Make extras mandatory
2025-06-24 09:38:21 -07:00

8 lines
227 B
Bash

# Install everything
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
# Ensure locate is up to date now that everything has been installed
sudo updatedb
gum confirm "Reboot to apply all settings?" && reboot