summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
blob: 6584b6c7a4b8dfc30cef59ece4361a605d906aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# general
set -s default-terminal 'tmux-256color'
set -g mouse on

# tpm config from here onwards
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'

# 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 tpm (keep this line at the very bottom of tmux.conf)
run '/usr/share/tmux-plugin-manager/tpm'