tmux
My configuration for tmux.
Installation
Symlink tmux.conf
to $XDG_CONFIG_HOME/tmux/tmux.conf
.
Install Tmux Plugin Manage using git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
Then either do Prefix + I in tmux or run ~/.tmux/plugins/tpm/bin/install_plugins
Automatic Installation (Linux)
mkdir -p $XDG_CONFIG_HOME/tmux
ln -s $PWD/tmux.conf $XDG_CONFIG_HOME/tmux/tmux.conf
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
~/.tmux/plugins/tpm/bin/install_plugins