Do dropbox first so we have the browser if we need it

This commit is contained in:
David Heinemeier Hansson
2025-07-22 13:58:35 -04:00
parent a691a50559
commit 5e4c309b2c

View File

@ -17,15 +17,15 @@ fi
source ~/.local/share/omarchy/ansi.sh source ~/.local/share/omarchy/ansi.sh
if gum confirm "Login to GitHub?"; then if gum confirm "Setup Dropbox?"; then
gh auth login gtk-launch chromium # FIXME: Workaround for Dropbox to be able to open with the correct scaling during initial setup
~/.local/share/omarchy/bin/omarchy-setup-dropbox
fi fi
source ~/.local/share/omarchy/ansi.sh source ~/.local/share/omarchy/ansi.sh
if gum confirm "Setup Dropbox?"; then if gum confirm "Login to GitHub?"; then
gtk-launch chromium # FIXME: Workaround for Dropbox to be able to open with the correct scaling during initial setup gh auth login
~/.local/share/omarchy/bin/omarchy-setup-dropbox
fi fi
source ~/.local/share/omarchy/ansi.sh source ~/.local/share/omarchy/ansi.sh