summaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-08-21 15:20:34 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-08-21 15:20:34 -0600
commit6905665f7f08a144ff9f6334514ca57f430313e3 (patch)
tree52f3b415b7da853e0a54bcafd25f033c45d4c162 /.config/tmux
parent49ea9623a67fa5030f5e7d70dae6e79734cc5649 (diff)
change to tmux-powerline, change to nord theme
Diffstat (limited to '.config/tmux')
-rw-r--r--.config/tmux/tmux.conf19
1 files changed, 6 insertions, 13 deletions
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'