|
|
4 месяцев назад | |
|---|---|---|
| .. | ||
| .gitignore | 1 год назад | |
| Brewfile | 4 месяцев назад | |
| README.md | 4 месяцев назад | |
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