bitwarden instructions
parent
306f37bb7e
commit
8b6d112fe9
|
@ -92,6 +92,15 @@ pamac install \
|
||||||
pamac build lightly-qt
|
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
|
# Kitty
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue