-
Notifications
You must be signed in to change notification settings - Fork 7
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
You should add a homebrew installation script #326
Comments
Thanks for the issue and PR (#327), @orefalo! Before going through that PR, I want to talk through if that's the right approach. From my understanding, in brew there's first-part packages in "homebrew-core", and there's third-party "taps" that can be added. In addition, I think a "tap" effectively git clones a repository and finds all formulae within it, which leads me to think that it makes more sense to put the tap in its own separate repository so "brew tap " doesn't have to clone unnecessary stuff (i.e. put it in 'brew tap euank/pazi-brew' or such that's only updated for version bumps). I think the questions I want to figure out here are:
|
Hi, I am no expert at brew. I built the script from a sample, in the end it's much easier for me to manage my cli customizations like that. tap is a neat option, I didn't look into it.
Hope this helps |
No description provided.
The text was updated successfully, but these errors were encountered: