diff --git a/.install-password-manager.sh b/.install-password-manager.sh deleted file mode 100755 index a4c72bb..0000000 --- a/.install-password-manager.sh +++ /dev/null @@ -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 \ No newline at end of file diff --git a/dot_config/chezmoi/chezmoi.toml.tmpl b/dot_config/chezmoi/chezmoi.toml.tmpl index e2d71ee..8e1ebfd 100644 --- a/dot_config/chezmoi/chezmoi.toml.tmpl +++ b/dot_config/chezmoi/chezmoi.toml.tmpl @@ -6,4 +6,4 @@ encryption = "age" command = "code" args = ["--wait"] [hooks.read-source-state.pre] - command = ".local/share/chezmoi/.install-password-manager.sh" \ No newline at end of file + command = "echo 'Put age key in ~/.config/age/key'" \ No newline at end of file