Open bjoerntorben opened 1 year ago
It looks like oh-my-zsh was either not installed at all or not installed properly. Can you confirm this? Were there any errors when running the bootstrap script? I'm currently not aware of anything in that regard, and I can't reproduce it.
oh-my-zsh was not installed at all. I can reproduce this issue. Let me know if you need further information to analyze this behavior.
Can you test it again with the latest version @bjoerntorben?
It works again under Linux.
I retried the installation and the original error message is gone. Instead i got three new messages:
[oh-my-zsh] nvm installation cannot be found
[oh-my-zsh] set NVM_DIR to your installation
Just to clarify, the system is a freshly installed macOS 13.4.1 with the following configuration:
Do you need additional informations @MoonLiightz?
What you describe @bjoerntorben occurs because the oh-my-zsh nvm plugin is used (L20), but nvm is not installed on your system.
System information
OS: macOS Ventura 13.2 arch: arm64 Package Manager: Homebrew 3.6.20 zsh: 5.9 (arm-apple--darwin-22.1.0)
Bug description
Error message prompt: /Users/username/.zshrc:source:30: no such file or directory: /Users/username/.oh-my-zsh/oh-my-zsh.sh
Steps to reproduce
Expected behavior
No error messages at all.
Logs, Screenshots, Captures, etc
No response