Installation¶
Requirements¶
- tmux 1.9 or later
- git
- bash
There are two ways to install tpack. Pick whichever fits your workflow — both give you the same features.
Option A: Standalone binary¶
Install tpack as a binary on your $PATH. This is the recommended approach for
new setups. In your tmux config you'll use run 'tpack init' to load it.
Requires Go 1.26 or later:
Make sure $GOPATH/bin (or $HOME/go/bin) is on your $PATH.
Option B: Git clone (TPM drop-in replacement)¶
Clone tpack into the TPM directory. This is fully backward compatible with
existing TPM configurations — if you're switching from TPM, no tmux.conf
changes are needed. In your tmux config you'll use
run '~/.tmux/plugins/tpm/tpm' to load it.
Verify¶
Next step¶
Proceed to Configuration to add plugins to your tmux config.