mirror of https://github.com/einverne/dotfiles.git
Ein Verne
7 years ago
1 changed files with 16 additions and 1 deletions
@ -104,6 +104,21 @@ set -g message-fg white
|
||||
set -g message-bg colour22 |
||||
set -g message-attr bright |
||||
|
||||
# automatic install tpm |
||||
if "test ! -d ~/.tmux/plugins/tpm" \ |
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'" |
||||
|
||||
# -------------------------------- color end -------------------------------- |
||||
|
||||
# List of plugins |
||||
set -g @plugin 'tmux-plugins/tpm' |
||||
set -g @plugin 'tmux-plugins/tmux-sensible' |
||||
set -g @plugin 'tmux-plugins/tmux-yank' |
||||
|
||||
# Other examples: |
||||
# set -g @plugin 'github_username/plugin_name' |
||||
# set -g @plugin '[email protected]/user/plugin' |
||||
# set -g @plugin '[email protected]/user/plugin' |
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) |
||||
run '~/.tmux/plugins/tpm/tpm' |
||||
|
||||
|
Loading…
Reference in new issue