mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 23:50:29 +00:00
Update cheatsheets
This commit is contained in:
33
brew-bundle
Normal file
33
brew-bundle
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# brew bundle
|
||||
|
||||
> Bundler for Homebrew, Homebrew Cask and the Mac App Store.
|
||||
> More information: <https://github.com/Homebrew/homebrew-bundle>.
|
||||
|
||||
- Install packages from a Brewfile at the current path:
|
||||
|
||||
`brew bundle`
|
||||
|
||||
- Install packages from a specific Brewfile at a specific path:
|
||||
|
||||
`brew bundle --file={{path/to/file}}`
|
||||
|
||||
- Create a Brewfile from all installed packages:
|
||||
|
||||
`brew bundle dump`
|
||||
|
||||
- Uninstall all formulae not listed in the Brewfile:
|
||||
|
||||
`brew bundle cleanup --force`
|
||||
|
||||
- Check if there is anything to install or upgrade in the Brewfile:
|
||||
|
||||
`brew bundle check`
|
||||
|
||||
- List all entries in the Brewfile:
|
||||
|
||||
`brew bundle list --all`
|
||||
Reference in New Issue
Block a user