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

Zgen won't load bullet-train-oh-my-zsh-theme #24

Closed
johnhamelink opened this issue Mar 25, 2015 · 4 comments
Closed

Zgen won't load bullet-train-oh-my-zsh-theme #24

johnhamelink opened this issue Mar 25, 2015 · 4 comments

Comments

@johnhamelink
Copy link

In the readme for bullet-train-oh-my-zsh-theme, it states that you can install using zgen by running:

zgen load caiogondim/bullet-train-oh-my-zsh-theme

I can see that in my .zgen, the repository has been cloned, however when a new terminal is opened, this message appears:

/home/john/.zgen/robbyrussell/oh-my-zsh-master/oh-my-zsh.sh:source:96: no such file or directory: /home/john/.zgen/robbyrussell/oh-my-zsh-master/themes/bullet-train.zsh-theme

This makes me think that the script which is being generated is just looking for oh-my-zsh somewhere in the string url and attributing bullet-train-oh-my-zsh-theme as an oh-my-zsh theme incorrectly.

@tarjoilija
Copy link
Owner

Hello,

Unfortunately I could not reproduce your problem on my platform. Can you give me some information about your setup like zsh version and OS?

I found out that bullet-train-oh-my-zsh-theme has a strange format that is not supported by zgen. Please try this instead:
zgen load caiogondim/bullet-train-oh-my-zsh-theme bullet-train

@johnhamelink
Copy link
Author

I'm using zsh 5.0.7 on arch linux (using termite as my terminal).

I managed to get it to load with your command, but it looks like this:

screenshot

@faceleg
Copy link

faceleg commented Jun 2, 2015

I had to add:

ZSH_THEME="bullet-train" 

To my .zshrc for this theme to work.

@tarjoilija
Copy link
Owner

I managed to reproduce this issue by removing zgen oh-my-zsh line from my config. The theme requires oh-my-zsh and you should load it too.

zgen oh-my-zsh
zgen load caiogondim/bullet-train-oh-my-zsh-theme bullet-train
zgen save

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

3 participants