You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
402 B

  1. # List of plugins
  2. set -g @plugin 'tmux-plugins/tpm'
  3. set -g @plugin 'tmux-plugins/tmux-sensible'
  4. set -g @plugin 'tmux-plugins/tmux-resurrect'
  5. # Other examples
  6. # set -g @plugin 'github_username/plugin_name'
  7. # set -g @plugin 'git@github.com/user/plugin'
  8. # set -g @plugin 'git@bitbucket.com/user/plugin'
  9. # Initialize TMUX plugin manager (This must always be at the bottom)
  10. run '~/.tmux/plugins/tpm/tpm'