From 1b1a846e7d77f356dba8646b39eb0a367c7da866 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Tue, 16 Apr 2024 17:49:15 -0400 Subject: [PATCH] Added in tmux configuration --- .config/tmux/tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/tmux/tmux.conf diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..e937bf1 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,11 @@ +set -g prefix ^A + +set -g @plugin 'fabioluciano/tmux-tokyo-night' +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' + +set -g @theme_variation 'moon' +set -g @theme_disable_plugins 1 +#set -g @theme_plugin_datetime_format '%a %d %b %Y' + +run '~/.tmux/plugins/tpm/tpm'