LanikSJ Homebrew 🍻 Tap
📝 Description
This is my Homebrew 🍻 Tap where you’ll find my custom Casks, Formulae, and Commands.
🍻 Casks
android-messages-plus👉 Android Messages with new icons from #406
🍻 Formulae
fop-rs👉 fop-rs - Fast, Rust-based filter list optimizer for ad blockerslsusb-plus👉 lsusb with mods from jlhonora#23
🛠 Commands
Custom Homebrew external commands that extend brew with additional functionality.
-
brew-count👉 Counts the number of installed Homebrew packages (formulae and casks).brew count -
brew-sync👉 Updates Homebrew and upgrades all installed packages with a single command. Supports a--dry-runflag to preview changes without applying them.brew sync brew sync --dry-run
💾 Installation
First, tap the repository:
brew tap laniksj/tap
Then install any cask, formula, or command:
brew install --cask android-messages-plus
brew install fop-rs
brew install lsusb-plus
Commands are automatically available once the tap is installed.
🛠 Usage
Once installed, use the commands as you would any other brew subcommand:
# Count installed packages
brew count
# Sync (update & upgrade) with a dry-run preview
brew sync --dry-run
# Sync and apply changes
brew sync
🐛 Bugs
Please report any bugs or issues you find. Thanks!