dotfiles/.config/yadm/bootstrap.d/000_submodules
2022-07-17 09:57:22 -04:00

9 lines
239 B
Bash
Executable file

#!/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