### Hooks
#### Install
- Check if `bundle/homebrew/Brewfile` exists.
- Install Homebrew binary if it doesn't not installed yet.
#### Apply
- Check if `bundle/homebrew/Brewfile` exists.
- Checks if Homebrew binary is installed
- Apply homebrew bundle
```sh
brew bundle --cleanup --file <path/to/Brewfile>
```
### Clean?