diff --git a/.config/zathura b/.config/zathura index b597b15..d21609b 160000 --- a/.config/zathura +++ b/.config/zathura @@ -1 +1 @@ -Subproject commit b597b1537aa125e8829bef2cc57a0b0c6a6b35a1 +Subproject commit d21609b0548eaf45cccc275791dd3cc5c22baa5e diff --git a/.themes/dracula-gtk b/.themes/dracula-gtk index 80d5a3f..573f880 160000 --- a/.themes/dracula-gtk +++ b/.themes/dracula-gtk @@ -1 +1 @@ -Subproject commit 80d5a3fedf280e9cc7f2df3b100a1082c3bcd1cc +Subproject commit 573f88083ae759f480860552f66e9951077bc428 diff --git a/.vim/pack/themes/start/dracula b/.vim/pack/themes/start/dracula index 6495b4f..9fa8929 160000 --- a/.vim/pack/themes/start/dracula +++ b/.vim/pack/themes/start/dracula @@ -1 +1 @@ -Subproject commit 6495b4ff40479ec7705addb4ea800ec308026648 +Subproject commit 9fa89296884e47bbadc49ad959e37b9d1c24cafb diff --git a/README.org b/README.org index e410497..3f0ad33 100644 --- a/README.org +++ b/README.org @@ -9896,6 +9896,10 @@ stow-delete: # Remove and re-create softlinks from .dotfiles to home directory stow-recreate: stow -v -R . + +# Update git submodules from remotes +submodule-update: + git submodule update --init --recursive --remote --progress #+END_SRC * Miscellaneous Scripts diff --git a/justfile b/justfile index e26a14a..1b0f7f9 100644 --- a/justfile +++ b/justfile @@ -31,3 +31,7 @@ stow-delete: # Remove and re-create softlinks from .dotfiles to home directory stow-recreate: stow -v -R . + +# Update git submodules from remotes +submodule-update: + git submodule update --init --recursive --remote --progress