blob: 81068333eb0a2ca96b7c004ca4aee0ab8de1d239 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
set -g base-index 1
set-option -g prefix C-a
set -g @themepack 'powerline/block/blue'
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'jimeh/tmux-themepack'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @plugin 'tmux-plugins/tmux-online-status'
set -g @plugin 'tmux-plugins/tmux-sidebar'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'
|