omarchy/bin/omarchy-install-dropbox
David Heinemeier Hansson 1efe4a819f More pacman
2025-08-24 17:49:31 +02:00

10 lines
321 B
Bash
Executable File

#!/bin/bash
echo "Installing all dependencies..."
sudo pacman -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."