mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 23:23:34 +00:00
feat(tmux): remove plugins
This commit is contained in:
parent
aa81970f82
commit
fefcf59feb
1 changed files with 1 additions and 12 deletions
|
@ -71,18 +71,7 @@ set-window-option -g mode-style fg=default,bg=colour250
|
|||
set-window-option -g clock-mode-colour colour75
|
||||
set-window-option -g clock-mode-style 24
|
||||
|
||||
# Plugins
|
||||
# Colors
|
||||
set-option -g @prefix_highlight_fg 'colour255'
|
||||
set-option -g @prefix_highlight_bg 'colour75'
|
||||
set-option -g @prefix_highlight_copy_mode_attr 'fg=colour255,bg=colour176'
|
||||
|
||||
## TMUX Plugins
|
||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @resurrect-strategy-vim 'session'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
Loading…
Reference in a new issue