Remove password manager stuff

This commit is contained in:
Isaac Shoebottom 2025-01-23 15:05:43 -04:00
parent 20a7cadf9e
commit fbce58b3c0
2 changed files with 1 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

@ -6,4 +6,4 @@ encryption = "age"
command = "code" command = "code"
args = ["--wait"] args = ["--wait"]
[hooks.read-source-state.pre] [hooks.read-source-state.pre]
command = ".local/share/chezmoi/.install-password-manager.sh" command = "echo 'Put age key in ~/.config/age/key'"