From d502c0065d7b94a5136ca50874b07e9f4d96a1ad Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Wed, 4 Sep 2024 20:14:04 -0500 Subject: [PATCH] Update tmux/.tmux.conf --- tmux/.tmux.conf | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 43f4582..7cbecd3 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -9,4 +9,22 @@ set-option -g set-titles on bind C-a send-prefix #I'm Lazy -set mouse \ No newline at end of file +set -g mouse + +#Set theme to mocha +set -g @catppuccin_flavor 'mocha' + + +# List of plugins +set -g @plugin 'catppuccin/tmux#latest' +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' + +# 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' \ No newline at end of file