Add install_passwordmanager.sh

This commit is contained in:
Florian Beisel 2024-06-05 10:44:59 +02:00
parent 963cf5aadb
commit b92db2cb77
1 changed files with 9 additions and 0 deletions

View File

@ -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`