diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap new file mode 100755 index 0000000..f210b71 --- /dev/null +++ b/.config/yadm/bootstrap @@ -0,0 +1,9 @@ +#!/usr/bin/env 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 +