We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaea67 commit 4a3fd71Copy full SHA for 4a3fd71
1 file changed
dotfiles-update.sh
@@ -34,6 +34,7 @@ _dotfiles_update_check() {
34
35
printf '\033[1;33m[dotfiles]\033[0m %s new commit(s) available — pulling...\n' "$_df_behind"
36
if git -C "$_df_dir" pull --ff-only --quiet 2>/dev/null; then
37
+ git -C "$_df_dir" submodule update --init --recursive --quiet 2>/dev/null || true
38
printf '\033[1;32m[dotfiles]\033[0m Pulled successfully.\n'
39
printf '\033[1;33m[dotfiles]\033[0m Run \033[1mstow-all.sh\033[0m to re-stow and apply changes.\n'
40
else
0 commit comments