Added Tmux TPM and yadm bootstrap

This commit is contained in:
Eric Renfro 2018-12-22 20:17:54 -05:00
parent c7053d7d88
commit 037a934f00
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
3 changed files with 13 additions and 0 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule ".yadm-project"]
path = .yadm-project
url = https://git.linux-help.org/psi-jack/yadm.git
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://git.linux-help.org/psi-jack/tpm.git

1
.tmux/plugins/tpm Submodule

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

9
.yadm/bootstrap Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
# Because Git submodule commands cannot operate without a work tree, they must
# be run from within $HOME (assuming this is the root of your dotfiles)
cd "$HOME"
echo "Init submodules"
yadm submodule update --recursive --init