mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Make extras mandatory
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Install everything
|
# Install everything
|
||||||
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
|
for f in ~/.local/share/omarchy/install/*.sh; do source "$f"; done
|
||||||
|
|
||||||
gum confirm "Install all extra desktop apps?" && source ~/.local/share/omarchy/extras.sh
|
# Ensure locate is up to date now that everything has been installed
|
||||||
sudo updatedb # Ensure locate is up to date
|
sudo updatedb
|
||||||
|
|
||||||
gum confirm "Reboot to apply all settings?" && reboot
|
gum confirm "Reboot to apply all settings?" && reboot
|
||||||
|
|||||||
Reference in New Issue
Block a user