10 lines
157 B
Cheetah
10 lines
157 B
Cheetah
|
{{ 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`
|