Live data from Hacker News

Antigen is to zsh, what Vundle is to vim

github.com

11–19 of 19 posts

Re: Antigen is to zsh, what Vundle is to vim

#13

I started using antigen for my dotfiles ( https://github.com/js-coder/dotfiles ) a while ago, and it's really awesome. However it does make sourcing `~/.zshrc` pretty slow.

that seems like a big disadvantage, considering how often it is sourced in a working day

Re: Antigen is to zsh, what Vundle is to vim

#17
post #13

I started using antigen for my dotfiles ( https://github.com/js-coder/dotfiles ) a while ago, and it's really awesome. However it does make sourcing `~/.zshrc` pretty slow.

that seems like a big disadvantage, considering how often it is sourced in a working day

There is some work on trying to speed things up, check out https://github.com/zsh-users/antigen/pull/37 (or my fork, https://github.com/wrboyce/antigen) [edit: fix typo]

Re: Antigen is to zsh, what Vundle is to vim

#19
post #6

It doesn't work the same way but I use this and like it: https://github.com/sorin-ionescu/prezto

Antigen can pull plugins (or modules as prezto calls them) from prezto too. This is a recently added feature which might break occasionally. I personally don't use the prezto loading features in Antigen.
Post reply on HN