Eric Nielsen
Eric Nielsen
EDIT: Updated the rule code to N810, as it brings it closer to the other related rules.
This seems to be a problem when running zrecompile. Please confirm if you're able to reproduce the issue by running: ``` zstyle -s ':zim:completion' dumpfile 'zdumpfile' || zdumpfile=${ZDOTDIR:-${HOME}}/.zcompdump autoload -Uz...
@protist, this was a topic we missed discussing for the new Zim version. I did [before](https://github.com/zimfw/zimfw/issues/327#issuecomment-573329442) a quick summary of the changes done in the new version to @ishitatsuyuki, who...
@protist, what you described should work, and a system-wide installation of Zim should be posible. I haven't tested that yet though. And I like your suggestion to merge steps 1...
Hi @protist. zimfw.zsh is expected to be located in the ZIM_HOME directory. The install action will clone the repository of each module defined in .zimrc into `${ZIM_HOME}/modules`, then build `${ZIM_HOME}/init.zsh`...
@protist, is the aur package going to install Zim manually (as [described before](https://github.com/zimfw/zimfw/issues/368#issuecomment-576000108)) or using https://github.com/zimfw/install ? In the first case, use a URL like https://github.com/zimfw/zimfw/releases/download/v1.1.0/zimfw.zsh to download a specific...
@protist, the errors you reported [before](https://github.com/zimfw/zimfw/issues/368#issuecomment-578370905) are fixed in version 1.1.1. The first error was displayed when user does not have write permission to ZIM_HOME. The last error was caused...
@bbaserdem, that's great investigation! There's a tight relation between `.zimrc`, the `modules` subdirectory containing all modules installed, and `init.zsh` and `login_init.zsh`. If you change `.zimrc`, all the others will change...
Not sure if we should add to the scope of Zim the ability to manage modules installed externally. But this should work: ``` cd ${ZIM_HOME}/modules ln -s /path/to/external external print...
So the plan is in [this comment above](https://github.com/zimfw/zimfw/issues/368#issuecomment-631445733). The blocking issue is that for now `zimfw.zsh` cannot be moved around, and must reside in `ZIM_HOME`. The solution I see for...