5.2Linux 4.7.2-1-ck x86_64 GNU/LinuxI just ran git pull to update zim, and now I am getting the error Couldn't read file /home/brott/.zim/modules/prompt/functions/prompt_lean_setup containing theme lean. when opening terminals and tmux sessions.
git pullThe link is broken; prompt_lean_setup -> ../external-themes/lean/prompt_lean_setup. The external-themes/lean/ directory is empty, but it's not empty in this repository.
It is an external repository, but I don't have it. I assume I somehow need to "clone" that repo, but I already cloned zim repo, and I'm not sure how to add this other repo?
You likely need to update/init the submodules.
$ cd ~/.zim && git submodule update --init --recursive
That's the command I was looking for, thank you!
For the future... how do I update zim with the submodules?
This is what I eventually plan to merge after I clean some things up and finish the scripts:
https://github.com/Eriner/zim/blob/management/tools/zim_update
Most helpful comment
This is what I eventually plan to merge after I clean some things up and finish the scripts:
https://github.com/Eriner/zim/blob/management/tools/zim_update