|
|
hai 4 meses | |
|---|---|---|
| .. | ||
| .gitignore | hai 1 ano | |
| Brewfile | hai 4 meses | |
| README.md | hai 4 meses | |
brewHomebrew (brew) can be installed with the following command:
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
The Brewfile describes the
Homebrew Bundle of packages
currently installed with brew. It can be managed with brew bundle.
Find installed packages absent from the Brewfile with the following command:
brew bundle cleanup
Clean up installed packages with the following command:
brew bundle cleanup --force