This repository contains the configuration that I prefer for tmux. I've put it in a repository to facilitate adding this to multiple machines.
Recursively clone this into the ~/.tmux
directory. Then create a link:
ln -s ~/.tmux/tmux.conf ~/.tmux.conf
Installing the tmux plugins works well enough. Simply execute
ctrl-b I
This only installs the tmux plugins, not ViM or any other plugins.
To update the plugins, simply execute:
ctrl-b U
Listed below are the plugins I use. They are all managed by the Tmux Plugin Manager which is a git submodule of this repository.
- Tmux Resurrect Restore
tmux
environment after system restart. - tmux-plugins/tmux-cpu Plug and play cpu percentage and icon indicator for Tmux.