Repositories containing personalisation files like tmux config file, bashrc file, etc.
- Ease access to useful theme.
- Easier to manage and customise themes
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'git@github.com:user/plugin'
set -g @plugin 'git@bitbucket.com:user/plugin'
run '~/.tmux/plugins/tpm/tpm'
tmux source ~/.tmux.conf