Update Dracula Themes

- Update submodules for zathura, gtk, and vim dracula themes
- Add submodule update command to justfile
This commit is contained in:
Sravan Balaji
2024-03-15 22:00:58 -04:00
parent 59b9c8145c
commit 9791efd989
5 changed files with 11 additions and 3 deletions

View File

@@ -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

View File

@@ -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