z-shell / zi

✨ A Swiss Army Knife for Zsh - Unix Shell
https://wiki.zshell.dev
MIT License
735 stars 42 forks source link

[bug]: Ask about the problem with `OMZP::aliases`. #281

Closed mefengl closed 1 year ago

mefengl commented 1 year ago
          The `OMZP::aliases` is the OhMyZsh plugin (not [Zsh plugin](https://wiki.zshell.dev/community/zsh_plugin_standard)), and in [some cases](https://wiki.zshell.dev/docs/getting_started/migration#omz-themes), it requires additional setup steps because of missing libraries or file order/amount/location. 

One of the solutions would be:

zi for nocompile svn \
  multisrc'aliases.plugin.zsh' pick'/dev/null' \
    OMZP::aliases

Note

  • This snippet might be simplified, I just improvised here.

The reason is that you want a single directory in a repository, and subversion is one of the solutions to get it. I am working on more solutions such as GitHub codeload, etc.

Originally posted by @ss-o in https://github.com/z-shell/zi/issues/257#issuecomment-1370888368

mefengl commented 1 year ago

I came from zinit, and this solution works. But I want to know if there is a simple method that does not use SVN after all this time.

github-actions[bot] commented 12 months ago

Issue closed and locked due to lack of activity. If you encounter this same issue, please open a new issue and refer to this closed one.