zshdirectory-structure

What's the standard folder structure for zsh?


In order to organize my zsh custom files folder structure, is there a standard directory structure for zsh?

I'm not talking about Oh-My-Zsh or any other framework, but for "vanilla" zsh custom files.

From now, I've seen this type of directory structure:

~/.zsh/
      custom/
            plugins/
            themes/

or

~/.zsh/
      functions/
      themes/
      library/

Solution

  • There is no standard folder structure. Zsh lets you organize your files in almost any way you like.

    There are a couple of rules, though: