From 5e4c309b2c6535a3018b2be228e57a1650f4dadc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 13:58:35 -0400 Subject: [PATCH] Do dropbox first so we have the browser if we need it --- bin/omarchy-first-run-flow | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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