Revert, was probably fine

This commit is contained in:
Isaac Shoebottom 2025-01-22 02:35:50 -04:00
parent 4e5d12d359
commit be89debce8
2 changed files with 19 additions and 0 deletions

18
.install-password-manager.sh Executable file
View File

@ -0,0 +1,18 @@
#!/bin/bash
# exit immediately if password-manager-binary is already in $PATH
type rbw >/dev/null 2>&1 && exit
# pacman based distros
if type pacman >/dev/null 2>&1; then
sudo pacman -S rbw
# apt based distros
elif type apt >/dev/null 2>&1; then
sudo apt install rbw
# dnf based distros
elif type dnf >/dev/null 2>&1; then
sudo dnf install rbw
rbw config set email "ir.shoebottom@gmail.com"
rbw config set base_url "https://bitwarden.shoebottom.ca"
rbw login

View File

@ -0,0 +1 @@
{{ (rbw "age-key").notes }}