From acdc7e772e2ee0f88d355033d0961090a92856ac Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Mon, 6 Mar 2023 18:00:49 +0000 Subject: [PATCH] add tmx back to non i3 configs --- no-i3/.tmux.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 no-i3/.tmux.conf diff --git a/no-i3/.tmux.conf b/no-i3/.tmux.conf new file mode 100644 index 0000000..f50a6e4 --- /dev/null +++ b/no-i3/.tmux.conf @@ -0,0 +1,23 @@ +set-option -g default-shell /bin/zsh + +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'christoomey/vim-tmux-navigator' +set -g @plugin 'dracula/tmux' + +set -g @dracula-show-powerline true +set -g @dracula-show-fahrenheit false +set -g @dracula-show-flags true +set -g @dracula-show-left-icon session +set -g status-position top + +# Other examples: +# set -g @plugin 'github_username/plugin_name' +# set -g @plugin 'github_username/plugin_name#branch' +# set -g @plugin 'git@github.com:user/plugin' +# set -g @plugin 'git@bitbucket.com:user/plugin' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm' +