diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index ed32981..293e6cf 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -17,15 +17,15 @@ fi source ~/.local/share/omarchy/ansi.sh -if gum confirm "Login to GitHub?"; then - gh auth login +if gum confirm "Setup Dropbox?"; then + 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 source ~/.local/share/omarchy/ansi.sh -if gum confirm "Setup Dropbox?"; then - 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 +if gum confirm "Login to GitHub?"; then + gh auth login fi source ~/.local/share/omarchy/ansi.sh