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