Integrates tirith terminal security into your shell.
- Install tirith:
brew install sheeki03/tap/tirith - Clone this repo:
git clone https://github.com/sheeki03/ohmyzsh-tirith \ ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/tirith - Add
tirithto plugins in~/.zshrc:plugins=(... tirith)
- Restart your terminal
By default, the plugin warns if tirith is not installed but allows shell startup to continue. To enforce tirith presence (block shell startup if missing):
export TIRITH_STRICT=1Add this before the plugins=() line in your .zshrc.