zgen
zgen copied to clipboard
A lightweight and simple plugin manager for ZSH
I thought that I'll implement some of the paragraphs of the [plugin standard](http://zdharma.org/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html). The PR implements paragraph `1` and `5`: 1. Provide the `$ZERO` parameter – a sister parameter to...
I'd like to set `:prezto:load:pmodule-dirs` however `module` is prepended to the `zstyle` command. **Example** If have the following in `~/.zshrc` ``` zgen prezto 'load' pmodule-dirs "$HOME/.zprezto-modules" ``` The following is...
Hello, I saw one zgen-generated `init.zsh` and it contained `fpath+=( ...` code after the series of sources of plugins. I think this is problematic because plugins cannot use `autoload` functionality...
- Personal forks will remain the old default "oh-my-zsh" instead of the new dashless "ohmyzsh" if ZGEN_OH_MY_ZSH_REPO is set to just a user. - Using a fully qualified omz repo...
I'm trying to load [pure zsh-theme](https://github.com/sindresorhus/pure). It contains two primary files with different extensions: * `async.zsh` * `pure.plugin.zsh` → `pure.zsh` The problem is that with [these checkings](https://github.com/tarjoilija/zgen/blob/master/zgen.zsh#L344-L384), zgen finds only...
I feel my zgen initialisation is quite slow because I’m using a bunch of oh-my-zsh plugins. I’m considering giving up on some functionality for the plugins that load slow. What’s...
I'm aiming to improve zsh startup time, I'm using oh-my-zsh at the moment and use a lot of plugins from it. I saw https://github.com/tarjoilija/zgen#oh-my-zsh the guide on using oh-my-zsh plugins...
Basically as the title says I would like to add the ability to run a Makefile in a plugin directory when installing and updating a plugin.
``` ~: zgen selfupdate -- zgen: Not running from a git repository; cannot automatically update. ``` The problem is that `zgen-selfupdate()` uses `${ZGEN_SOURCE}`, but doesn't have access to that variable...
The `ZGEN_PREZTO_LOAD_DEFAULT` is pretty nice, still, it took me a while to figure out that the reason why prezto wasn't coloring output had to do with zgen loading modules by...