From 6905665f7f08a144ff9f6334514ca57f430313e3 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 21 Aug 2023 15:20:34 -0600 Subject: change to tmux-powerline, change to nord theme --- .config/tmux/tmux.conf | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6584b6c..7c19022 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,20 +1,13 @@ -# general -set -s default-terminal 'tmux-256color' +### general set -g mouse on -# tpm config from here onwards +### tpm config from here onwards +# general 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 +# powerline +set -g @plugin 'erikw/tmux-powerline' -# initialize tpm (keep this line at the very bottom of tmux.conf) +### initialize tpm (keep this line at the very bottom of tmux.conf) run '/usr/share/tmux-plugin-manager/tpm' -- cgit v1.2.3-54-g00ecf