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 +