Added Initial Bootstrap

This commit is contained in:
Rain Clark 2021-05-14 01:31:51 -04:00
parent 5204df3110
commit 5fa6c91aa6

9
.config/yadm/bootstrap Executable file
View File

@ -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