Skip to content
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

Use brew bundle #32

Closed
benknoble opened this issue Jul 11, 2017 · 3 comments
Closed

Use brew bundle #32

benknoble opened this issue Jul 11, 2017 · 3 comments

Comments

@benknoble
Copy link
Owner

cf here

Use for managing brew deps/formula/installation

@benknoble benknoble added this to the Version 1.1 milestone Jul 11, 2017
@benknoble benknoble self-assigned this Jul 11, 2017
@benknoble
Copy link
Owner Author

benknoble commented Jul 12, 2017

Install:

$ brew tap Homebrew/bundle

Dump (remove deprecated dump script from brewscripts; brewlist):

$ brew bundle dump

Install deps:

$ brew bundle # or $ brew bundle install

Check:

You can check if there's anything to install/upgrade in the Brewfile by running:

$ brew bundle check

@benknoble
Copy link
Owner Author

benknoble commented Jul 12, 2017


I will confirm that the user wants to install and use brew, but then it just 💥 happens

@benknoble
Copy link
Owner Author

Can change update script to also brew bundle

benknoble added a commit that referenced this issue Sep 9, 2017
benknoble added a commit that referenced this issue Sep 9, 2017
The --force is necessary to overwrite the Brewfile

Part of #32
benknoble added a commit that referenced this issue Sep 9, 2017
benknoble added a commit that referenced this issue Sep 9, 2017
The "which" guard ensures that systems without brew don't try to run
brew, like a Linux server

Part of #32
benknoble added a commit that referenced this issue Sep 9, 2017
Next series of steps involve changing the install scripts (for #32)
benknoble added a commit that referenced this issue Sep 9, 2017
benknoble added a commit that referenced this issue Sep 9, 2017
Next steps for #32 are docs updates
@benknoble benknoble mentioned this issue Sep 9, 2017
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant