mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 13:50:13 +00:00
remove tpm tmux plugin system
This commit is contained in:
@ -1,23 +0,0 @@
|
||||
tmux:
|
||||
symbols:
|
||||
branch: '⎇ '
|
||||
hashprefix: ':'
|
||||
ahead: ↑·
|
||||
behind: ↓·
|
||||
staged: '●'
|
||||
conflict: '✖ '
|
||||
modified: '~'
|
||||
untracked: '✚'
|
||||
stashed: '⚑ '
|
||||
clean: ''
|
||||
styles:
|
||||
state: '#[fg=red,bold]'
|
||||
branch: '#[fg=colour241,bold]'
|
||||
remote: '#[fg=colour239]'
|
||||
staged: '#[fg=colour241,bold]'
|
||||
conflict: '#[fg=red,bold]'
|
||||
modified: '#[fg=colour239,bold]'
|
||||
untracked: '#[fg=colour239,bold]'
|
||||
stashed: '#[fg=colour239,bold]'
|
||||
clean: '#[fg=colour241,bold]'
|
||||
layout: [' ', branch, ' ', flags, ' |']
|
@ -96,13 +96,3 @@ set-option -g status-right "#[fg=colour239, bg=colour237, nobold, nounderscore,
|
||||
|
||||
set-window-option -g window-status-current-format "#[fg=colour237, bg=colour214, nobold, noitalics, nounderscore]#[fg=colour239, bg=colour214] #I #[fg=colour239, bg=colour214, bold] #W #[fg=colour214, bg=colour237, nobold, noitalics, nounderscore]"
|
||||
set-window-option -g window-status-format "#[fg=colour237,bg=colour239,noitalics]#[fg=colour223,bg=colour239] #I #[fg=colour223, bg=colour239] #W #[fg=colour239, bg=colour237, noitalics]"
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
# Customize 1pass
|
||||
set -g @1password-copy-to-clipboard 'on'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
Reference in New Issue
Block a user