added tmux plugin manager
This commit is contained in:
parent
600b3c203a
commit
c024a01e28
|
@ -10,3 +10,6 @@
|
|||
[submodule "files/.config/zsh/custom/plugins/fast-syntax-highlighting"]
|
||||
path = files/.config/zsh/custom/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma/fast-syntax-highlighting.git
|
||||
[submodule "files/.tmux/plugins/tpm"]
|
||||
path = files/.tmux/plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm
|
||||
|
|
|
@ -65,3 +65,10 @@ set -g status-right-length 100
|
|||
set -g status-right-fg 'colour7'
|
||||
set -g status-right '#(__tmux_status)'
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81
|
Loading…
Reference in New Issue