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 #!/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 if grep -qF "$LINE" ~/.bashrc; then
echo "Bitwarden SSH agent already configured in .bashrc" echo "Bitwarden SSH agent already configured in .bashrc"
-1
View File
@@ -46,7 +46,6 @@ FLATPAKS=(
"org.pipewire.Helvum" "org.pipewire.Helvum"
"com.jeffser.Alpaca" "com.jeffser.Alpaca"
"ai.lmstudio.lm-studio" "ai.lmstudio.lm-studio"
"com.bitwarden.desktop"
"com.cassidyjames.plausible" "com.cassidyjames.plausible"
"io.github.sitraorg.sitra" "io.github.sitraorg.sitra"
) )
+1
View File
@@ -98,6 +98,7 @@ MAINTENANCE=(
# Desktop environment # Desktop environment
DESKTOP=( DESKTOP=(
bitwarden
cliamp cliamp
element-desktop element-desktop
gnome gnome
+1 -1
View File
@@ -4,7 +4,6 @@
# Pacman / AUR packages to remove (works for both pacman and yay packages) # Pacman / AUR packages to remove (works for both pacman and yay packages)
REMOVE_PACMAN=( REMOVE_PACMAN=(
alpaca-ai alpaca-ai
bitwarden
conky-cli conky-cli
lmstudio-bin lmstudio-bin
neofetch neofetch
@@ -17,4 +16,5 @@ REMOVE_FLATPAKS=(
com.nextcloud.desktopclient.nextcloud com.nextcloud.desktopclient.nextcloud
org.videolan.VLC org.videolan.VLC
org.libreoffice.LibreOffice org.libreoffice.LibreOffice
com.bitwarden.desktop
) )