Skip to content
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 there a way to ad antigen? #254

Closed
SolidRhino opened this issue Oct 4, 2016 · 4 comments
Closed

Is there a way to ad antigen? #254

SolidRhino opened this issue Oct 4, 2016 · 4 comments

Comments

@SolidRhino
Copy link

Is there a way to add antigen? I've tried it on my fork, but the configuration then flips.

@holman
Copy link
Owner

holman commented Oct 4, 2016

No idea; I haven't played with any of that stuff.

@stewartjarod
Copy link

stewartjarod commented Oct 20, 2016

@SolidRhino seems like you would just need to clone antigen somewhere and then source the antigen.zsh from somewhere in the dotfiles.

Prolly ideal to set up an antigen folder with an install.sh that will clone it if it doesn't exist and a config.zsh that sources the antigen.zsh file.

If you go crazy you could add an update function in the install.sh file and add that to the dot script so you pull the latest and greatest from antigen as it gets updated.

@OmeGak
Copy link
Contributor

OmeGak commented Oct 26, 2016

You can probably take a look at how I solved this.
https://github.com/OmeGak/dotfiles/tree/master/zsh

Essentially, I have antigen setup as a git submodule in my dotfiles. To make use it, I load antigenrc on my .zshrc and everything works like a charm.

@pranavbhargava
Copy link

I have a fork and added it the way @stewartjarod suggested.
https://github.com/pranavbhargava/.dotfiles

ajdexter pushed a commit to ajdexter/dotfiles that referenced this issue Jan 5, 2019
using antibody new static-loading feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants