Merge pull request #351 from JaxonWright/bare-improvements

Improvements to Bare Install
This commit is contained in:
David Heinemeier Hansson
2025-07-26 13:01:31 -04:00
committed by GitHub
3 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# do not run if user is using bare mode
if [[ -f ~/.local/state/omarchy/bare.mode ]]; then exit; fi
echo "Add missing installation of Zoom"
if ! command -v zoom &>/dev/null; then