omarchy/bin/omarchy-install-dropbox
David Heinemeier Hansson 52d1ac215d No sudo with yay
2025-08-25 14:03:31 +02:00

10 lines
324 B
Bash
Executable File

#!/bin/bash
echo "Installing all dependencies [from AUR]..."
yay -S --noconfirm --needed \
dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
echo "Starting Dropbox..."
uwsm app -- dropbox-cli start &>/dev/null &
echo "See Dropbox icon behind  hover tray in top right and right-click for setup."