Tmux config managed via symlinks.
- tmux
- git
- curl (for TPM install)
- Clone this repo:
git clone <repo-url> ~/dotfiles- Move any existing tmux config out of the way:
mv ~/.tmux.conf ~/.tmux.conf.bak- Symlink the config:
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf- Install TPM (tmux plugin manager):
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm- Reload tmux config and install plugins:
tmux source-file ~/.tmux.confThen press prefix + I inside tmux to install plugins.
- Prefix is
C-a. - Reload tmux config with
prefix + r. - Plugins are defined in
.tmux.confand installed via TPM.