Y
Hacker News
new
|
ask
|
show
|
jobs
by
ansonhoyt
51 days ago
Is there a way to `brew trust` inside my Brewfile? That'd be nice for the handful of formulas I install from github repos via `brew bundle --global`.
2 comments
usrme
51 days ago
This is described here (
https://docs.brew.sh/Tap-Trust
) if you scroll down a bit.
link
dpassen1
51 days ago
`brew tap/recipe, trusted: true`
link