Add install_passwordmanager.sh
This commit is contained in:
parent
963cf5aadb
commit
b92db2cb77
|
@ -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`
|
Loading…
Reference in New Issue