You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at the docs and skimmed the code and didn't see anything, but I'm curious if there's an equivalent to Brewfile. With a Brewfile you can define your dependencies in a list and run brew bundle from the same directory that the Brewfile lives in and it will install all of the dependencies listed there.
If this functionality doesn't exist, would it be cool to PR adding it?
I looked at the docs and skimmed the code and didn't see anything, but I'm curious if there's an equivalent to
Brewfile. With aBrewfileyou can define your dependencies in a list and runbrew bundlefrom the same directory that theBrewfilelives in and it will install all of the dependencies listed there.If this functionality doesn't exist, would it be cool to PR adding it?