Move Dropbox to a setup script

This commit is contained in:
David Heinemeier Hansson
2025-07-20 21:51:46 -05:00
parent fcf00494bb
commit f60e66cfdf
3 changed files with 10 additions and 4 deletions

8
bin/omarchy-setup-dropbox Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
echo "Installing all dependencies..."
yay -S --noconfirm --needed \
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
echo "Starting Dropbox and asking for identification..."
uwsm app -- dropbox start -i &>/dev/null &