dotfiles/run_once_before_install_pas...

10 lines
168 B
Cheetah
Raw Normal View History

2024-06-05 10:44:59 +02:00
{{ if eq .chezmoi.os "darwin" -}}
#!/bin/bash
2024-06-05 10:46:12 +02:00
brew install bitwarden-cli
2024-06-05 10:44:59 +02:00
{{ end -}}
bw config server https://vault.beisel.org
2024-06-05 10:46:12 +02:00
echo You can now login with "bw login"