Y
Hacker News
new
|
ask
|
show
|
jobs
by
ansonhoyt
9 hours 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
8 hours ago
This is described here (
https://docs.brew.sh/Tap-Trust
) if you scroll down a bit.
link
dpassen1
8 hours ago
`brew tap/recipe, trusted: true`
link