Plugins & Themes

July 31, 2026 ยท View on GitHub

psmux has a full plugin ecosystem: ports of the most popular tmux plugins, reimplemented in PowerShell for Windows.

Plugin Repository

Browse available plugins and themes: psmux-plugins

Install & manage plugins with a TUI: Tmux Plugin Panel, a terminal UI for browsing, installing, updating, and removing plugins and themes.

Available Plugins

PluginDescription
ppmPlugin manager (like tpm)
psmux-sensibleSensible defaults for psmux
psmux-yankWindows clipboard integration
psmux-resurrectSave/restore sessions
psmux-continuumAuto save/restore sessions (works with resurrect)
psmux-pain-controlBetter pane navigation
psmux-prefix-highlightPrefix key indicator
psmux-batteryBattery status in status bar
psmux-cpuCPU usage in status bar
psmux-net-speedNetwork speed in status bar
psmux-git-statusGit branch and status in status bar
psmux-sidebarFile tree sidebar
psmux-loggingLog pane output to files

Themes

ThemeDescription
CatppuccinSoothing pastel theme (Latte, Frappe, Macchiato, Mocha)
DraculaDark theme with vibrant colors
NordArctic, north bluish color palette
Tokyo NightClean dark theme inspired by Tokyo at night
GruvboxRetro groove color scheme
EverforestComfortable green based color scheme
KanagawaDark theme inspired by Katsushika Hokusai
One DarkAtom One Dark inspired theme
Rose PineSoho vibes for the terminal

Quick Start

# Install the plugin manager
git clone https://github.com/psmux/psmux-plugins.git "$env:TEMP\psmux-plugins"
Copy-Item "$env:TEMP\psmux-plugins\ppm" "$env:USERPROFILE\.psmux\plugins\ppm" -Recurse
Remove-Item "$env:TEMP\psmux-plugins" -Recurse -Force

Then add to your ~/.psmux.conf:

set -g @plugin 'psmux-plugins/ppm'
set -g @plugin 'psmux-plugins/psmux-sensible'
run '~/.psmux/plugins/ppm/ppm.ps1'

Press Prefix + I inside psmux to install the declared plugins.