-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Question: brew install
commands in install.sh
#338
Comments
I think so? I think the bootstrap gets run first, and then install scripts get run separately afterwards, so brew should be around at that point. |
is that how you would recommend doing it or is there some other way to handle installing brew packages on setup? seemed like you might have done something else in the past and the moved away from it? |
I think I had some casks set up for installing macOS apps, but moved away from that. But yeah, I'd do this otherwise (and tbh, probably should, haha. It's been awhile since I seriously took a real look at my dotfiles!) |
I know this repo used to have a
Another cool thing that |
Yeah, that's rad- I had a Brewfile before, but pulled it out for some reason that I can't quite remember. I think part of it might have been it didn't integrate as closely with the App Store (although it looks like that's more reasonable to do now). I also didn't know about |
Would you expect this to work? I'm a little unclear on the order of things and whether brew would be available at the time. My example is something like:
postgresql/install.sh
brew install postgresql; brew services start postgresql
Wasn't sure if there was a better technique for installing a bunch of brew things as part of install
Still digging these years later. Thanks!
The text was updated successfully, but these errors were encountered: