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'