tmux.conf 902 B

12345678910111213141516171819202122
  1. # List of plugins
  2. set -g @plugin 'tmux-plugins/tpm'
  3. set -g @plugin 'tmux-plugins/tmux-sensible'
  4. # set -g @plugin "arcticicestudio/nord-tmux"
  5. set -g @plugin 'dracula/tmux'
  6. set -g @dracula-show-powerline true
  7. # available plugins: battery, cpu-usage, git, gpu-usage, ram-usage, tmux-ram-usage, network, network-bandwidth, network-ping, attached-clients, network-vpn, weather, time, spotify-tui, kubernetes-context, synchronize-panes
  8. set -g @dracula-plugins "battery git"
  9. set -g @dracula-show-empty-plugins false
  10. # Other examples:
  11. # set -g @plugin 'github_username/plugin_name'
  12. # set -g @plugin 'github_username/plugin_name#branch'
  13. # set -g @plugin 'git@github.com:user/plugin'
  14. # set -g @plugin 'git@bitbucket.com:user/plugin'
  15. # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
  16. # Git clone the following: https://github.com/tmux-plugins/tpm
  17. run '~/.tmux/plugins/tpm/tpm'