move bitwarden back to pacman

This commit is contained in:
2026-09-09 15:14:37 -06:00
parent 07280f3971
commit ae9802c368
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
LINE="export SSH_AUTH_SOCK=/home/$USER/.var/app/com.bitwarden.desktop/data/.bitwarden-ssh-agent.sock"
export SSH_AUTH_SOCK="$HOME/.bitwarden-ssh-agent.sock"
if grep -qF "$LINE" ~/.bashrc; then
echo "Bitwarden SSH agent already configured in .bashrc"
-1
View File
@@ -46,7 +46,6 @@ FLATPAKS=(
"org.pipewire.Helvum"
"com.jeffser.Alpaca"
"ai.lmstudio.lm-studio"
"com.bitwarden.desktop"
"com.cassidyjames.plausible"
"io.github.sitraorg.sitra"
)
+1
View File
@@ -98,6 +98,7 @@ MAINTENANCE=(
# Desktop environment
DESKTOP=(
bitwarden
cliamp
element-desktop
gnome
+1 -1
View File
@@ -4,7 +4,6 @@
# Pacman / AUR packages to remove (works for both pacman and yay packages)
REMOVE_PACMAN=(
alpaca-ai
bitwarden
conky-cli
lmstudio-bin
neofetch
@@ -17,4 +16,5 @@ REMOVE_FLATPAKS=(
com.nextcloud.desktopclient.nextcloud
org.videolan.VLC
org.libreoffice.LibreOffice
com.bitwarden.desktop
)