-
Notifications
You must be signed in to change notification settings - Fork 920
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
[Bug]: cloned .oh-my-zsh/ directory seems to lack the plugins #2072
Comments
do you have the dependencies installed for the zsh plugins? by any chance did you choose zsh on install.sh command? |
I think I did (choose zsh, that is). |
are you assuming that the files are stored in $HOME? the plugin system used for hyprdots is installed from AUR so files to be sourced will be in /usr/ somewhere /usr/share/oh-my-zsh/custom/plugins/ |
oh, I see. I think something went wrong on the configuration side. I am pretty sure oh-my-zsh uses the default cloned directory /.oh-my-zsh. Is there a way to change that? The dir is indeed where you pointed out. |
I've changed the .zshrc to |
Bug Report
Description
It seems that both plugins ./oh-my-zsh/plugins and ./oh-my-zsh/custom plugins folders are empty.
I've ran bash -x ./restore_shl.sh and cat from #974 , the output is below
The command restores the ./oh-my-zsh/plugins but it seems that the three below are sourced from /custom/plugins which stays empty
It's not a big deal, I can just source it myself but I wonder if that's intended behavior?
I apologize in advance if my issue is trivial due to my inadequate Linux education :(
Screenshots
Environment
Additional Information
bash -x ./restore_shl.sh
cat ~/.zshrc | grep plugin
The text was updated successfully, but these errors were encountered: