User tmux-powerkit
This commit is contained in:
parent
1ca9f06e35
commit
05fab4503e
1 changed files with 13 additions and 1 deletions
|
|
@ -122,12 +122,24 @@ set -g @zap_key 's' # default: 'z'
|
||||||
set -g @zap_width '50%' # default: '60%'
|
set -g @zap_width '50%' # default: '60%'
|
||||||
set -g @zap_height '40%' # default: '60%'
|
set -g @zap_height '40%' # default: '60%'
|
||||||
|
|
||||||
|
# Choose theme and variant
|
||||||
|
set -g @powerkit_theme 'nord'
|
||||||
|
set -g @powerkit_theme_variant 'dark'
|
||||||
|
|
||||||
|
# Enable plugins
|
||||||
|
set -g @powerkit_plugins 'ssh,datetime'
|
||||||
|
|
||||||
|
# Auto-detect OS icon
|
||||||
|
set -g @powerkit_session_icon 'auto'
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
||||||
set -g @plugin 'arcticicestudio/nord-tmux'
|
#set -g @plugin 'arcticicestudio/nord-tmux'
|
||||||
#set -g @plugin 'nordtheme/tmux'
|
#set -g @plugin 'nordtheme/tmux'
|
||||||
|
|
||||||
|
set -g @plugin 'fabioluciano/tmux-powerkit'
|
||||||
|
|
||||||
set -g @plugin 'AleckAstan/tmux-zap'
|
set -g @plugin 'AleckAstan/tmux-zap'
|
||||||
set -g @plugin 'azorng/tmux-smooth-scroll'
|
set -g @plugin 'azorng/tmux-smooth-scroll'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue