-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace Brewfile with shell script #13
Comments
I've got the same problem. I'm thinking about using Ansible for this. The homebrew Module and the homebrew_cask Module look good. Maybe useful for you? |
@simono, I've heard good things about Ansible. I haven't had a need for my bootstrap process to go quite to the level of that or puppet yet, but I agree, it is at least something to keep in mind as things like this might drive me in that direction. |
I'm sad to see this go. There is always the original |
this may be a good example script to follow if I do end up having to make this change |
it looks like the brew team is removing the Brewfile capability (Homebrew/legacy-homebrew#30815). Need to find a different approach for the Brewfile (and probably the Caskfile as well). A shell script is probably the simplest replacement.
The text was updated successfully, but these errors were encountered: