Move 1pw to an optional install since we need to install the chrome extension anyway as well as login

This commit is contained in:
David Heinemeier Hansson
2026-05-25 17:29:02 +02:00
parent 3c8aba55e5
commit d7adaee06b
5 changed files with 49 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/bash
# omarchy:summary=Remove 1Password and its Chromium extension.
# omarchy:requires-sudo=true
EXTENSION_ID="aeblfdkhhhdcdjpifhhbdiojplfjncoa"
EXTENSION_FILE="/usr/share/chromium/extensions/$EXTENSION_ID.json"
sudo rm -f "$EXTENSION_FILE"
omarchy-pkg-drop 1password 1password-cli
echo ""
echo "1Password has been removed."