diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap new file mode 100755 index 0000000..ec40544 --- /dev/null +++ b/.config/yadm/bootstrap @@ -0,0 +1,9 @@ +#!/bin/sh + +# 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 + diff --git a/.config/yadm/config b/.config/yadm/config new file mode 100644 index 0000000..425ef3e --- /dev/null +++ b/.config/yadm/config @@ -0,0 +1,3 @@ +[user] + email = mail@moritzboeh.me + name = Moritz Böhme