We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fresh install antigen, cannot install plugins. It shows
Installing robbyrussell/oh-my-zsh... Error! Activate logging and try again.
I clone antigen repository to local:
git clone [email protected]:zsh-users/antigen.git $HOME/antigen
and with this zshrc config.
antigen version Antigen develop (d1dd78b) Revision date: 2018-01-15 14:37:21 -0300
zsh 5.4.2 (x86_64-ubuntu-linux-gnu)
Linux instance-2 5.0.0-1014-oracle #19-Ubuntu SMP Tue Mar 17 04:50:21 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
.antigenrc
The text was updated successfully, but these errors were encountered:
I have the same issue with a simpler zshrc. I theorize somewhere robbyrussell/oh-my-zsh needs to change to ohmyzsh/ohmyzsh ?
https://github.com/ohmyzsh/ohmyzsh
Sorry, something went wrong.
You can use this instead
antigen use ohmyzsh/ohmyzsh
@einverne @gee1k @jleaders I have a PR that does all of that (changes robbyrussell/oh-my-zsh -> oh-my-zsh/oh-my-zsh).
robbyrussell/oh-my-zsh
oh-my-zsh/oh-my-zsh
You can use this instead antigen use ohmyzsh/ohmyzsh
This BREAKS the ohmyzsh plugins. For example following will stop working
antigen bundle git
Successfully merging a pull request may close this issue.
Description
Fresh install antigen, cannot install plugins. It shows
Steps to reproduce
I clone antigen repository to local:
and with this zshrc config.
Software version
antigen version
Antigen develop (d1dd78b)
Revision date: 2018-01-15 14:37:21 -0300
zsh 5.4.2 (x86_64-ubuntu-linux-gnu)
Linux instance-2 5.0.0-1014-oracle #19-Ubuntu SMP Tue Mar 17 04:50:21 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Configuration
.antigenrc
configMore information
The text was updated successfully, but these errors were encountered: