12345678910111213141516171819202122 |
- # List of plugins
- set -g @plugin 'tmux-plugins/tpm'
- set -g @plugin 'tmux-plugins/tmux-sensible'
- # set -g @plugin "arcticicestudio/nord-tmux"
- set -g @plugin 'dracula/tmux'
- set -g @dracula-show-powerline true
- # 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
- set -g @dracula-plugins "battery git"
- set -g @dracula-show-empty-plugins false
- # Other examples:
- # set -g @plugin 'github_username/plugin_name'
- # set -g @plugin 'github_username/plugin_name#branch'
- # set -g @plugin 'git@github.com:user/plugin'
- # set -g @plugin 'git@bitbucket.com:user/plugin'
- # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
- # Git clone the following: https://github.com/tmux-plugins/tpm
- run '~/.tmux/plugins/tpm/tpm'
|