From d67032d9a665cd0d4b0ea78fd1461a513de5f94e Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Thu, 10 Aug 2023 05:51:03 -0600 Subject: add tmux config --- .config/tmux/tmux.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/tmux/tmux.conf (limited to '.config/tmux') 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' -- cgit v1.2.3-54-g00ecf