Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 866 Bytes

DIRECTORY.md

File metadata and controls

15 lines (15 loc) · 866 Bytes

zhoosh/ ├── install.sh # Installation script ├── README.md # Documentation ├── .zshrc_template # Default Zhoosh .zshrc configuration ├── LICENSE # License information (e.g., MIT) ├── themes/ # Folder containing themes │ ├── default.zsh-theme # Default theme │ └── custom-theme.zsh-theme # Example custom theme ├── plugins/ # Folder containing plugins │ ├── git.plugin.zsh # Git plugin │ ├── weather.plugin.zsh # Weather plugin │ └── time.plugin.zsh # Time plugin ├── scripts/ # Utility scripts (optional) │ └── update.sh # Script to update Zhoosh └── CONTRIBUTING.md # Contribution guidelines (optional)