An open API service indexing awesome lists of open source software.

https://github.com/openclaw/homebrew-tap

Homebrew tap for clawdbot
https://github.com/openclaw/homebrew-tap

Last synced: 4 months ago
JSON representation

Homebrew tap for clawdbot

Awesome Lists containing this project

README

          

# Clawdbot's Homebrew Tap

Homebrew tap for shipping CLI tools + a few macOS apps.

## Install

```bash
brew tap clawdbot/tap
```

## Install Packages

```bash
# formula
brew install clawdbot/tap/

# cask
brew install --cask clawdbot/tap/
```

## Packages

### Formulae

None, yet

### Casks

None, yet

## Update / Uninstall

```bash
brew update
brew upgrade

brew uninstall
brew uninstall --cask

# casks only: remove user data
brew uninstall --cask --zap clawdbot/tap/codexbar
```

## Notes

- Run `brew info clawdbot/tap/` for per-tool caveats (permissions, setup steps, etc.).