From dba69bddb1183e6b1017f64ab4d56db0cbd00d98 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Tue, 15 Mar 2022 20:00:59 +0200 Subject: [PATCH] Add tmux config --- .tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..56e3db4 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,11 @@ +# List of plugins +set -g @plugin 'tmux-plugins/tpm' +set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'srcery-colors/srcery-tmux' +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' + +set -g @srcery_tmux_patched_font '1' +set -g status-right '#{prefix_highlight} | %a %Y-%m-%d %H:%M' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +run '~/.tmux/plugins/tpm/tpm'