From b24ad48001a7b9f1693ccd71d70cfb2fe7c83a7e Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sat, 22 Dec 2018 20:17:54 -0500 Subject: [PATCH] Added Tmux TPM and yadm bootstrap --- .gitmodules | 3 +++ .tmux/plugins/tpm | 1 + .yadm/bootstrap | 9 +++++++++ 3 files changed, 13 insertions(+) create mode 160000 .tmux/plugins/tpm create mode 100755 .yadm/bootstrap diff --git a/.gitmodules b/.gitmodules index c31acf1..ff2a363 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.tmux/plugins/tpm b/.tmux/plugins/tpm new file mode 160000 index 0000000..42bb2bf --- /dev/null +++ b/.tmux/plugins/tpm @@ -0,0 +1 @@ +Subproject commit 42bb2bf48bef881be504278cf5156371b542cf81 diff --git a/.yadm/bootstrap b/.yadm/bootstrap new file mode 100755 index 0000000..529fc4f --- /dev/null +++ b/.yadm/bootstrap @@ -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 +