Update Dracula Themes
- Update submodules for zathura, gtk, and vim dracula themes - Add submodule update command to justfile
This commit is contained in:
Submodule .config/zathura updated: b597b1537a...d21609b054
Submodule .themes/dracula-gtk updated: 80d5a3fedf...573f88083a
Submodule .vim/pack/themes/start/dracula updated: 6495b4ff40...9fa8929688
@@ -9896,6 +9896,10 @@ stow-delete:
|
|||||||
# Remove and re-create softlinks from .dotfiles to home directory
|
# Remove and re-create softlinks from .dotfiles to home directory
|
||||||
stow-recreate:
|
stow-recreate:
|
||||||
stow -v -R .
|
stow -v -R .
|
||||||
|
|
||||||
|
# Update git submodules from remotes
|
||||||
|
submodule-update:
|
||||||
|
git submodule update --init --recursive --remote --progress
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Miscellaneous Scripts
|
* Miscellaneous Scripts
|
||||||
|
4
justfile
4
justfile
@@ -31,3 +31,7 @@ stow-delete:
|
|||||||
# Remove and re-create softlinks from .dotfiles to home directory
|
# Remove and re-create softlinks from .dotfiles to home directory
|
||||||
stow-recreate:
|
stow-recreate:
|
||||||
stow -v -R .
|
stow -v -R .
|
||||||
|
|
||||||
|
# Update git submodules from remotes
|
||||||
|
submodule-update:
|
||||||
|
git submodule update --init --recursive --remote --progress
|
||||||
|
Reference in New Issue
Block a user