Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ brew "stow" # Symlink farm manager
brew "tealdeer" # Fast tldr client written in Rust
brew "tmux" # Terminal multiplexer
brew "zellij" # Modern terminal workspace with layouts and plugins
brew "herdr" # Agent multiplexer that lives in your terminal
brew "tokei" # Count code, quickly
brew "turso" # Edge SQLite database CLI
brew "watchman" # Watch files and record when they change
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The `docker` formula already installed via Brewfile provides the CLI (and its completions), so no replacement package is needed

### Added
- Herdr agent multiplexer to Brewfile and documentation (#113)
- Added `brew "herdr"` to Brewfile, alongside Tmux and Zellij
- Documented Herdr under the Terminal Multiplexers section in README.md

- rtk-ai token optimization proxy and gh-stack CLI tools (#114)
- Added `brew "rtk"` to Brewfile
- Created `scripts/setup-rtk.sh` to install rtk and wire it into Claude Code, Codex, and OpenCode globally
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ The dotfiles now include comprehensive terminal setup tools for an enhanced deve
#### Terminal Multiplexers
- **Tmux**: Terminal multiplexer for managing multiple sessions
- **Zellij**: Modern terminal workspace with built-in layouts and plugins
- **Herdr**: Agent multiplexer that keeps coding agent sessions alive in your terminal ([herdr.dev](https://herdr.dev/docs/install/))

#### Shell Enhancements
- **Starship**: Cross-shell prompt customization with minimal, blazing-fast design
Expand Down