This is a personal Homebrew Tap containing Casks for my macOS utilities.
Before using it, make sure that follows software are installed on the local machine:
- Homebrew - the package manager.
First, tap this repository using the brew tap command. You only need to do this once.
brew tap ololx/toolsNow you can install any Cask from this tap with the standard command.
brew install --cask <cask name>Examples:
# install SBC Bitpool Expander
brew install --cask sbc-bitpool-expander
# install Create Symlink
brew install --cask create-symlinkTo update Casks from this tap, use the standard brew upgrade command.
brew upgradeTo remove a previously installed Cask, use the standard brew upgrade command.
brew uninstall --cask <cask name>Examples:
# remove SBC Bitpool Expander
brew uninstall --cask sbc-bitpool-expander
# remove Create Symlink
brew uninstall --cask create-symlinkSome Casks also support zap to remove related configuration files.
brew zap --cask sbc-bitpool-expanderIf you no longer want to use this tap at all, you can remove it with:
brew untap ololx/tools| Cask | Description | Homepage |
|---|---|---|
| sbc-bitpool-expander | Simple app to adjust Bluetooth SBC bitpool value | GitHub |
| create-symlink | Automator Quick Action / Service to create symbolic links via Finder | GitHub |
If you encounter a problem, please create an Issue in this repository.
Before creating an issue, please run brew update and include the output of brew doctor and brew config in your report.
- Alexander A. Kropotin - Initial work - ololx.
This project is licensed under the MIT license - see the lisence document for details.