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

Instructions need to be updated for manual install #11

Closed
toymachiner62 opened this issue Jul 9, 2019 · 16 comments · Fixed by dracula/draculatheme.com#84
Closed

Instructions need to be updated for manual install #11

toymachiner62 opened this issue Jul 9, 2019 · 16 comments · Fixed by dracula/draculatheme.com#84
Labels

Comments

@toymachiner62
Copy link

I tried following your instructions from here for manually installing the dracula theme, but when followed exactly, you get this error:

Last login: Tue Jul  9 14:33:21 on ttys001
/Users/tomcaflisch/.oh-my-zsh/themes/dracula.zsh-theme:source:15: no such file or directory: /Users/tomcaflisch/.oh-my-zsh/themes/lib/async.zsh
/Users/tomcaflisch/.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
➜ ~ 

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/

@Glennmen
Copy link
Contributor

You can find the install pages here if you still want to make a PR: https://github.com/dracula/dracula.github.io

@toymachiner62
Copy link
Author

PR submitted.

@yzgyyang
Copy link

yzgyyang commented Sep 4, 2019

+1 also encountered this error. Please merge the PR, thanks!

@avalonwilliams
Copy link
Member

Unfortunately I cannot merge the PR to the documentation repository, however I have reveiwed the PR, so hopefully that will help this along

@dinhlongviolin1
Copy link

Thank alot, finally got it to work 👍

@hacknug
Copy link
Member

hacknug commented Nov 25, 2019

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™).

@hacknug hacknug reopened this Nov 25, 2019
@ribeirojose
Copy link

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?

@hacknug
Copy link
Member

hacknug commented Nov 28, 2019

@ribeirojose I literally answered to your question in the previous comment haha

@ribeirojose
Copy link

Ops. Sorry about that!

@zrfrank
Copy link

zrfrank commented Nov 30, 2019

Also for oh-my-zsh, manually, its easier if you clone the theme into&as
~/.oh-my-zsh/custom/theme/dracula.
Then in .zshrc set ZSH_THEME="dracula/dracula"

@avalonwilliams
Copy link
Member

The site is finally updated with the correct information. I am closing this issue now.

@icebarf
Copy link

icebarf commented Nov 13, 2021

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

@themegabyte
Copy link

Quickest fix I saw was:

cd $ZSH_CUSTOM/themes
git clone https://github.com/dracula/zsh.git

in ~/.zshrc

ZSH_THEME="dracula/dracula"

Thank you @zrfrank

@ronnyandre
Copy link

ronnyandre commented Feb 14, 2023

I got error [oh-my-zsh] theme 'dracula/dracula' not found, so for the ones trying @themegabyte solution above, do this:

cd $ZSH_CUSTOM/themes
git clone https://github.com/dracula/zsh.git dracula

@Arokota
Copy link

Arokota commented Mar 5, 2023

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,

@fhoekstra
Copy link

Thanks for your instructions @themegabyte @ronnyandre !

I've put in an attempt to get these instructions onto the site: dracula/draculatheme.com#251

fhoekstra added a commit to fhoekstra/zsh that referenced this issue Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.