summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
blob: ed7fec4c8533d10d328041ccac0ab1f0343d6e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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'