### Quick Install via Homebrew Source: https://suvadu.sh/cli The fastest way to install Suvadu is via Homebrew. ```bash brew tap AppachiTech/suvadu && brew install suvadu ``` -------------------------------- ### Verify Installation Source: https://suvadu.sh/cli Verify everything works by checking the status of Suvadu. ```bash suv status ``` -------------------------------- ### Shell Integration for Zsh Source: https://suvadu.sh/cli Set up shell integration for Zsh so commands are recorded automatically. ```bash echo 'eval "$(suv init zsh)"' >> ~/.zshrc && source ~/.zshrc ``` -------------------------------- ### Shell Integration for Bash Source: https://suvadu.sh/cli Set up shell integration for Bash so commands are recorded automatically. ```bash echo 'eval "$(suv init bash)"' >> ~/.bashrc && source ~/.bashrc ``` -------------------------------- ### Search History Source: https://suvadu.sh/cli Search your history with the interactive TUI. ```bash suv search ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.