Namespace service and editor installers

This commit is contained in:
David Heinemeier Hansson
2026-05-27 10:53:30 +02:00
parent 88816ab9be
commit 0acac408e4
8 changed files with 7 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
# omarchy:summary=Install and start the Dropbox service. Must then be authenticated via the web.
echo "Installing all dependencies..."
omarchy-pkg-add dropbox dropbox-cli libappindicator-gtk3 python-gpgme nautilus-dropbox
echo "Adding Dropbox to the bar..."
omarchy-config-shell-bar add omarchy.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."