-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch to zgenom #88
Switch to zgenom #88
Conversation
zgenom is a fork of zgen that's still getting active development and maintenance.
1. `cd ~` | ||
2. `git clone git@github.com:tarjoilija/zgen.git` | ||
2. `git clone https://github.com/jandamm/zgenom.git` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent indentation for list items at the same level
Code Climate has analyzed commit 2989c91 and detected 2 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
2c97f13
to
f47b6af
Compare
f47b6af
to
9e222a6
Compare
Hi @unixorn, |
@jandamm If you're updating the api, go ahead merge jandamm/zgenom#25 into zgenom and tag here when you're done and I'll update this PR accordingly. I still need to make this PR warn existing users and not just upgrade out from under them. And when they do upgrade, I want them to get the latest greatest zgenom :-) |
755f689
to
5ba2c5e
Compare
Done 👍 |
Hey @unixorn, is there anything I can do to help making progress on this PR? |
836c634
to
a44e049
Compare
@jandamm Sorry I let this get dropped - I was busy with other things and lost track of it. Merging. |
Switch to zgenom instead of zgen.
zgen has been great, but it also hasn't seen any merges to master since 2018.
Fortunately @jandamm has created a new fork of zgen, zgenom, which they are actively developing. In addition to getting ongoing maintenance, it has new features like lazy loading and
.zshrc
compilation that should help with the speed issues (#15) some people are seeing. It also supports plugins that do not use a branch namedmaster
as the default repository branch.jandamm has been careful to maintain compatibility with zgen in command names and invocations, so it's almost a drop in replacement. I've been running off this branch for weeks without issues, so I'm ready to flip the switch.