Skip to content

Installation

Prerequisites

  • Operating System: Linux or macOS
  • Git: required for managing your configuration repository

Package Manager

Homebrew must be installed:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

apt is used by default. For dependency-aware uninstalls, install apt-rdepends:

sudo apt install apt-rdepends

pacman is supported but not heavily tested yet.

Optional Tools

  • fzf — enables interactive fuzzy-search menus (falls back to numbered menus otherwise)
  • lazygit — used by the Admin menu's "Git view" option

Install ToolTamer

  1. Clone the repository:

    git clone https://github.com/sboesebeck/toolTamer.git ~/toolTamer
    
  2. Add to your PATH — add this line to your .zshrc or .bashrc:

    eval "$(~/toolTamer/bin/tt -sh)"
    
  3. Restart your shell or source the file:

    source ~/.zshrc
    
  4. Verify:

    tt -h