Add Tmux Plugin Manager

This commit is contained in:
2017-04-12 10:56:52 +01:00
parent 892db26237
commit 1ca6b2216d
3 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ Icon*
bin/boot2docker.iso bin/boot2docker.iso
bundle/cache/* bundle/cache/*
private/* private/*
tmux/plugins/*

3
.gitmodules vendored
View File

@@ -16,3 +16,6 @@
[submodule "shell/zsh/zplug"] [submodule "shell/zsh/zplug"]
path = shell/zsh/zplug path = shell/zsh/zplug
url = https://github.com/b4b4r07/zplug url = https://github.com/b4b4r07/zplug
[submodule "tmux/plugins/tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm

1
tmux/plugins/tpm Submodule

Submodule tmux/plugins/tpm added at 0ea31ae2d6