[tmux] remove tpm
This commit is contained in:
parent
ea16d29d02
commit
e7e4d99936
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,9 +1,6 @@
|
|||
[submodule "home/.vim/bundle/Vundle.vim"]
|
||||
path = home/.vim/bundle/Vundle.vim
|
||||
url = https://github.com/VundleVim/Vundle.vim
|
||||
[submodule "home/.tmux/plugins/tpm"]
|
||||
path = home/.tmux/plugins/tpm
|
||||
url = https://github.com/tmux-plugins/tpm
|
||||
[submodule "home/.dynamic-colors"]
|
||||
path = home/.dynamic-colors
|
||||
url = https://github.com/sos4nt/dynamic-colors
|
||||
|
|
|
@ -30,8 +30,3 @@ set -g mouse off
|
|||
# powerline
|
||||
run-shell "powerline-daemon -q || true"
|
||||
source "/usr/local/lib/python3.6/dist-packages/powerline/bindings/tmux/powerline.conf"
|
||||
|
||||
# plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 95f78336c3972f3e6648b7b3db754f2224320a5e
|
Reference in a new issue