1
0
Fork 0

added tmux plugin manager

This commit is contained in:
Massaki Archambault 2018-11-22 13:54:06 -05:00
parent 600b3c203a
commit c024a01e28
4 changed files with 11 additions and 0 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "files/.config/zsh/custom/plugins/fast-syntax-highlighting"] [submodule "files/.config/zsh/custom/plugins/fast-syntax-highlighting"]
path = 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 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

View File

@ -65,3 +65,10 @@ set -g status-right-length 100
set -g status-right-fg 'colour7' set -g status-right-fg 'colour7'
set -g status-right '#(__tmux_status)' 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'

View File

@ -0,0 +1 @@
Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81