-
Notifications
You must be signed in to change notification settings - Fork 279
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
Is this project dead? #725
Comments
Have you any alternatives for the antigen? 😆 |
Prezto looks good 🤷♂️ |
an "official" statement would be nice. there are some issues which are already fixed with some PRs, but nochting happens to merge them :( |
Yes, I do: Try Znap. It's a very light-weight plugin manager that's also very fast and has a simple syntax. It can reduce your time to prompt to ~40ms with just one command. 🙂 |
I have heard some good word about Zinit and going to try it out. |
How about https://github.com/zpm-zsh |
Antigen is largely abandoned, unfortunately. See zsh-users/antigen#725.
10 months since |
There has been some talk on the official Zsh mailing list about an official plugin manager (even as far back as 2016), but nothing came from that. Technically, one doesn’t need any 3rd-party tool to manage plugins. To install a plugin, all you need is to One problem with plugins is that many are poorly written and slow down your shell’s startup time. The “proper” solution would be to contribute patches to these plugins to optimize them. However, there appear to be preciously few people who can actually write proper Zsh code. 😅 |
Sounds like a Zsh plugin writing guide from those that know for those that don't, could be useful to the community as far as writing efficient plugins. git cloning is a tad of a bummer/overkill as far as plugin management goes IMHO. I love how lightweight antigen is in terms of managing plugins; it's a bummer this project has lapsed in maintenance. I find others to be a bit too heavy handed or cumbersome. Even slow, at times, speaking of efficiencies. |
Hi @marlonrichert, I have not checked it out yet. I'll take a peek here at some point. Thanks! |
I might as well also throw a plug out there for my Zsh plugin manager - antidote. Antidote specifically aims to be the successor to antigen (I think of it as antigen's grandchild). It is based off antibody (deprecated), which in turn was also based off antigen (which now also seems to be deprecated). It uses the same terminology as antigen, and many of the same commands (bundle, etc). It also goes a step further and generates a static plugin file which makes loading plugins blazing fast. Antigen users should feel right at home, and get quite the speedup as well. |
Thanks for the update @mattmc3. I will definitely give it a try and post feedback here. I'm looking for something like this, with close to zero re-conf from Antigen. |
@mattmc3 - looks good, docs and presentation wise. I'm going to work over the errors but will bail on the rabbit hole in about 15 mins. I expect the issue is no equivalence of |
@jasonm23 - Yes, similar to its parent project antibody, antidote does not implement antigen's # for dynamically loading plugins
source <(antidote init)
antidote bundle 'ohmyzsh/ohmyzsh path:plugins/colored-man-pages'
antidote bundle 'ohmyzsh/ohmyzsh path:plugins/magic-enter'
antidote bundle 'ohmyzsh/ohmyzsh path:plugins/extract' |
Unfortuntely this is a show stopper.
|
@jasonm23 - use quotes, per this comment. Also, if you're coming from antigen, I assume you'll want to start by putting antidote in dynamic mode with source <(antidote init)
antidote bundle 'ohmyzsh/ohmyzsh path:plugins/aws' If you have further issues, feel free to open a bug report here: https://github.com/mattmc3/antidote/issues |
@mattmc3 thanks for the assist. I'd also like to use platform specific loading, I assume I would still need to use..
|
Ok! That was relatively painless and performance is good. I do some ssh-agent checking on load, which I should cache anyway. Thank you, @mattmc3, this is a good alternative to antigen. If I could have one ask, it's that there are migration instructions (at least linked) in the README.md and on https://getantidote.github.io/usage |
Migration docs now available here: https://getantidote.github.io/migrating-from-antigen |
Excellent job. Thank you @mattmc3 |
Title says it all.
There's a number of open pull-requests that have been waiting for review for months.
The last PR was merged in 2019.
The text was updated successfully, but these errors were encountered: