10 lines
249 B
Plaintext
Raw Normal View History

2021-05-14 01:31:51 -04:00
#!/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