Zimfw: Couldn't read file .zim/modules/prompt/functions/prompt_lean_setup containing theme lean.

Created on 31 Aug 2016  路  3Comments  路  Source: zimfw/zimfw

I 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.

Steps to reproduce

  1. Run git pull
  2. Open a new terminal.

    Images or other information

The 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?

question

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

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wweir picture wweir  路  3Comments

linhvng picture linhvng  路  9Comments

gitthangbaby picture gitthangbaby  路  8Comments

znedw picture znedw  路  6Comments

asarkar picture asarkar  路  9Comments