Add tmux config

This commit is contained in:
Anas Elgarhy 2022-03-15 20:00:59 +02:00
parent 9ee9959013
commit dba69bddb1
1 changed files with 11 additions and 0 deletions

11
.tmux.conf Normal file
View File

@ -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'