Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christian-korneck/0f05b83adeefb57f311b5961afb147a8 to your computer and use it in GitHub Desktop.
Save christian-korneck/0f05b83adeefb57f311b5961afb147a8 to your computer and use it in GitHub Desktop.
homebrew freeze
write installed packages to freeze file (here stdout):
```
brew bundle dump --file=-
```
install from freeze file:
```
brew bundle install --file=<f>
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment