Compare commits

..

2 Commits

Author SHA1 Message Date
4e5d12d359 Remove the install password manager script 2025-01-22 02:29:43 -04:00
48aedf57ac Remove auto age key fetching 2025-01-22 02:29:42 -04:00
2 changed files with 0 additions and 19 deletions

View File

@ -1,18 +0,0 @@
#!/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

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