feat(tmux): remove plugins

This commit is contained in:
Tine Jozelj 2023-04-18 20:42:37 +02:00
parent aa81970f82
commit fefcf59feb
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -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'