mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Do dropbox first so we have the browser if we need it
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user