Power up your tmux

A powerline-style tmux configuration with a true-color status bar, sane defaults, and a Go CLI to manage it. Pairs great with powerbash.

Get started

Install in seconds

Homebrew is the recommended way to install — it ships the powertmux CLI and tmux.conf together.

Homebrew Recommended

brew install powertmux/powertmux/powertmux

Installs the powertmux binary. Run powertmux install afterward to place tmux.conf at the standard XDG path.

Manual

# global
cp tmux.conf /etc/tmux.conf

# user
cp tmux.conf ~/.tmux.conf

Or copy it to ~/.config/tmux/tmux.conf (XDG path), also picked up by the reload bind.

Build from source

go build .
# or
make build

Requires Go. Produces the same powertmux CLI Homebrew installs.

Features

A drop-in tmux.conf, a small Go CLI, and nothing else to install.

Powerline

The powerline style pairs great with powerbash.

True-color status bar

Styled, true-color (hex) status bar and window tabs, with the current window highlighted.

Go CLI

powertmux attaches to your session; powertmux install/uninstall manage the config.

Flexible install

Global, per-user, or XDG — via Homebrew or by hand, however you like to manage dotfiles.

See it in action!

powertmux status bar in a tmux session

Let's Get In Touch!

Got issues or suggestions? Reach out.

Check out the GitHub Repository.