zsh-users / antigen

The plugin manager for zsh.
http://antigen.sharats.me
MIT License
8.01k stars 279 forks source link

Antigen load local theme file? #720

Open dominikheinz opened 3 years ago

dominikheinz commented 3 years ago

Description

I am trying to load my own .zsh-theme file. It is not part of the oh-my-zsh repo, and I don't know how I can load it. I tried to specify the path with antigen theme <path to file>, but that didnt work

Expected behavior:

- I'd like to load and use my theme

Software version

davidstosik commented 1 year ago

I was looking for this too. What I ended up doing is simply sourcing the theme file after I initialized antigen:

# snip

antigen init ./antigenrc
source ./sto.zsh-theme

# snip