# General set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -s default-terminal 'tmux-256color' # Dracula customizations set -g @plugin 'dracula/tmux' set -g @dracula-plugins "git cpu-usage gpu-usage ram-usage time" set -g @dracula-show-empty-plugins false set -g @dracula-show-left-icon session set -g @dracula-show-powerline true # time set -g @dracula-show-timezone false set -g @dracula-military-time true # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '/usr/share/tmux-plugin-manager/tpm'