summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-08-10 05:51:03 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-08-10 05:51:03 -0600
commitd67032d9a665cd0d4b0ea78fd1461a513de5f94e (patch)
tree14655750723c1216c10d3dcb07eb3f4a55fb9c61 /.config
parent6b9d7fe28447cf2c0ceab0f2a96333223d37e1a7 (diff)
add tmux config
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'