summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/tmux/tmux.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
new file mode 100644
index 0000000..f53c287
--- /dev/null
+++ b/.config/tmux/tmux.conf
@@ -0,0 +1,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'