From 377522f804707fd9821e58baeeac0f9836826ba9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 20:12:58 -0400 Subject: [PATCH] Try a simpler setup flow --- bin/omarchy-setup-dropbox | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/bin/omarchy-setup-dropbox b/bin/omarchy-setup-dropbox index 7237d3f..11f4ed2 100755 --- a/bin/omarchy-setup-dropbox +++ b/bin/omarchy-setup-dropbox @@ -4,12 +4,5 @@ echo "Installing all dependencies..." yay -S --noconfirm --needed \ dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox -echo -e "\nFirst login to Dropbox..." -setsid chromium --new-window --ozone-platform=wayland --app="https://www.dropbox.com/login" >/dev/null 2>&1 & - -if gum confirm "Have you logged into your account yet?"; then - echo "Starting Dropbox and asking for identification..." - uwsm app -- dropbox-cli start &>/dev/null & -else - echo "Can't setup Dropbox before you're logged in" -fi +echo "Starting Dropbox..." +uwsm app -- dropbox-cli start &>/dev/null &