From b92db2cb77b1453aebfd046441b5eac21d824b4c Mon Sep 17 00:00:00 2001 From: Florian Beisel Date: Wed, 5 Jun 2024 10:44:59 +0200 Subject: [PATCH] Add install_passwordmanager.sh --- run_once_before_install_passwordmanager.sh.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 run_once_before_install_passwordmanager.sh.tmpl diff --git a/run_once_before_install_passwordmanager.sh.tmpl b/run_once_before_install_passwordmanager.sh.tmpl new file mode 100644 index 0000000..be573ac --- /dev/null +++ b/run_once_before_install_passwordmanager.sh.tmpl @@ -0,0 +1,9 @@ +{{ if eq .chezmoi.os "darwin" -}} +#!/bin/bash + +brew install bw +{{ end -}} + +bw config server https://vault.beisel.org + +echo You can now login with `bw login`