-
Notifications
You must be signed in to change notification settings - Fork 70
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
Instructions need to be updated for manual install #11
Comments
You can find the install pages here if you still want to make a PR: https://github.com/dracula/dracula.github.io |
PR submitted. |
+1 also encountered this error. Please merge the PR, thanks! |
Unfortunately I cannot merge the PR to the documentation repository, however I have reveiwed the PR, so hopefully that will help this along |
Thank alot, finally got it to work 👍 |
I'm leaving this open to make sure everyone finds the issue. I've merged the PR but right now the site can't be re-built and it might take a while until we fix it (I already talked to Zeno about this and we'll probably fix it soon-ish™). |
The instructions are still not up to date at https://draculatheme.com/zsh/, and I couldn't find if this site is generated using an open-source repo. Should I create a new issue? |
@ribeirojose I literally answered to your question in the previous comment haha |
Ops. Sorry about that! |
Also for oh-my-zsh, manually, its easier if you clone the theme into&as |
The site is finally updated with the correct information. I am closing this issue now. |
Commenting here as the issue seems to be still present. Dated 11/13/21. Getting the same errors as mentioned above. /home/icebarf/.oh-my-zsh/themes/dracula.zsh-theme:source:15: no such file or directory: /home/icebarf/.oh-my-zsh/themes/lib/async.zsh
/home/icebarf/.oh-my-zsh/themes/dracula.zsh-theme:18: command not found: async_init
dracula_git_async:1: command not found: async_start_worker
dracula_git_async:2: command not found: async_register_callback
dracula_git_async:3: command not found: async_job |
Quickest fix I saw was: cd $ZSH_CUSTOM/themes
git clone https://github.com/dracula/zsh.git in ZSH_THEME="dracula/dracula" Thank you @zrfrank |
I got error cd $ZSH_CUSTOM/themes
git clone https://github.com/dracula/zsh.git dracula |
I also found this issue after the website installation instructions failed and generated similar errors to the previous comments. @themegabyte's solution solved my problem for anyone else that finds this, |
Thanks for your instructions @themegabyte @ronnyandre ! I've put in an attempt to get these instructions onto the site: dracula/draculatheme.com#251 |
As discussed around dracula#11 (comment)
I tried following your instructions from here for manually installing the dracula theme, but when followed exactly, you get this error:
I figured out that I also needed to copy the
/lib
folder into my$OH_MY_ZSH/themes/
folder as well.I'd submit a PR, but not sure where the repo/branch is for https://draculatheme.com/zsh/
The text was updated successfully, but these errors were encountered: