Rename omarchy-setup-* scripts that should have been omarchy-install-*

This commit is contained in:
David Heinemeier Hansson
2025-08-08 13:04:58 +02:00
parent 1cd6feed43
commit af84d085f0
4 changed files with 3 additions and 3 deletions

13
bin/omarchy-install-dropbox Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
~/.local/share/omarchy/bin/omarchy-show-logo
echo "Installing all dependencies..."
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."
~/.local/share/omarchy/bin/omarchy-show-done