bitwarden instructions

main
Andrew Coleman 2022-05-10 14:01:42 -04:00
parent 306f37bb7e
commit 8b6d112fe9
1 changed files with 9 additions and 0 deletions

View File

@ -92,6 +92,15 @@ pamac install \
pamac build lightly-qt
```
# Bitwarden
```bash
bw config server https://bitwarden.penguincoder.org
bw login
echo "export BW_SESSION=$(bw unlock --raw)" > "$HOME/.config/bash/bitwarden.sh"
source "$HOME/.config/bash/bitwarden.sh"
```
# Kitty
```bash