Install everything
brew install sahil87/tap/shllshll install # installs idea, hop, fab-kit, wt, run-kit, tueval "$(shll shell-init zsh)"That’s it. shll install is idempotent and safe to re-run; it will only update tools that have moved.
Verify
Section titled “Verify”shll doctordoctor checks each tool’s binary, version, and shell wiring. Any red lines are actionable — follow the suggestion next to each.
Per-tool install
Section titled “Per-tool install”If you only want one tool, every tool has its own brew formula:
brew install sahil87/tap/ideabrew install sahil87/tap/fab-kit# etc.Skip the meta-installer; you opt in piece by piece.
Update
Section titled “Update”shll updateUpdates every installed tool to the latest tap version. To pin a specific tool, install it directly via brew instead of through shll install.
Next: head to a tool overview or learn the daily flow.