dotfiles/run_once_before_install_pas...

10 lines
157 B
Cheetah
Raw Normal View History

2024-06-05 10:44:59 +02:00
{{ 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`