Tarrasch / zsh-autoenv

Autoenv for zsh
694 stars 30 forks source link

Add zgen instructions #23

Closed unixorn closed 9 years ago

Tarrasch commented 9 years ago

You definitely don't need 3 commits for this. Can you squash?

blueyed commented 9 years ago

Committed in 15bc1e3, and slightly reworded.

Thanks @unixorn.

Tarrasch commented 9 years ago

Thanks to both of you guys! :)

Tarrasch commented 9 years ago

On second thought. I'm not sure I actually like this commit. It's completely useless except spreading the knowledge of the existence of zgen. I mean, if you any other zgen load line in your dotfiles, I'm sure you can figure out how to change it for this plugin, particularly since it's exactly the same as for antigen. Hmm...

blueyed commented 9 years ago

except spreading the knowledge of the existence of zgen

Which is good in itself probably. It isn't too bad to have several plugin systems listed there.

But I agree that we should add more substance to the README / doc..! :)

Tarrasch commented 9 years ago

Absolutely. I didn't know of zgen. Though maybe we shouldn't list any and just refer to http://dotfiles.github.io/. Or we just mention antigen-hs since everybody knows and agrees that it's the best? :)

unixorn commented 9 years ago

I'm a little biased in favor of zgen, myself :-). I like that it takes the approach of creating an init.zsh that you source, so you only pay the price of finding all the plugins you use once when you change the list instead of every time you start a new shell.

As a dotfiles.github.io maintainer, I certainly don't object to adding a pointer to dotfiles.github.io. :-)

Tarrasch commented 9 years ago

Yes. antigen sucks, that's why I created Tarrasch/antigen-hs which does it like zgen only using a type-safe DSL to specify your plugins. :)