[tmux] add dracula plugin and config
This commit is contained in:
parent
46b32d3ff4
commit
185ea01abf
@ -6,3 +6,20 @@ unbind S
|
|||||||
bind S set-window-option synchronize-panes
|
bind S set-window-option synchronize-panes
|
||||||
unbind r
|
unbind r
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
|
# List of plugins
|
||||||
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
set -g @plugin 'dracula/tmux'
|
||||||
|
|
||||||
|
set -g @dracula-plugins "time"
|
||||||
|
set -g @dracula-day-month true
|
||||||
|
set -g @dracula-show-powerline true
|
||||||
|
set -g @dracula-show-flags true
|
||||||
|
set -g @dracula-show-left-icon session
|
||||||
|
set -g @dracula-show-location false
|
||||||
|
set -g @dracula-show-battery false
|
||||||
|
set -g status-position bottom
|
||||||
|
|
||||||
|
|
||||||
|
# Initialize TMUX plugin manager, keep at end of file
|
||||||
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user