mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Move Dropbox to a setup script
This commit is contained in:
8
bin/omarchy-setup-dropbox
Executable file
8
bin/omarchy-setup-dropbox
Executable 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 &
|
Reference in New Issue
Block a user