From 5fa6c91aa6af1de26bcdb03d139e9aab1e4d9083 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Fri, 14 May 2021 01:31:51 -0400 Subject: [PATCH] Added Initial Bootstrap --- .config/yadm/bootstrap | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 .config/yadm/bootstrap 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 +