dotfiles/run_once_before_install_pas...

10 lines
168 B
Cheetah

{{ if eq .chezmoi.os "darwin" -}}
#!/bin/bash
brew install bitwarden-cli
{{ end -}}
bw config server https://vault.beisel.org
echo You can now login with "bw login"