mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
1.8 KiB
1.8 KiB
CLAUDE.md - Oh My Zsh Framework
This is the Oh My Zsh repository - a popular open-source framework for managing Zsh shell configurations.
Repository Overview
- Purpose: Framework for managing Zsh configurations with plugins and themes
- Structure: Contains plugins, themes, tools, and library files for Zsh customization
- Main files: Installation scripts, update tools, plugin system, theme system
Key Commands and Scripts
omz update- Update Oh My Zsh to latest version$ZSH/tools/upgrade.sh- Direct upgrade script for automationuninstall_oh_my_zsh- Remove Oh My Zsh completely$ZSH/tools/install.sh- Installation script$ZSH/tools/uninstall.sh- Uninstallation script- DO NOT ever
git add,git rmorgit commitcode. Allow the Claude user to always manually review git changes.git mvis permiitted and inform the developer. - Operating outside of local repository (with .git/ directoryr oot): Not permitted and any file or other operations require user approval and notification
Configuration
- Main config file:
~/.zshrc - Installation directory:
~/.oh-my-zsh(customizable via$ZSHvariable) - Custom directory:
~/.oh-my-zsh/custom/for user customizations
Development Workflow
- Plugins located in
plugins/directory - Themes located in
themes/directory - Library files in
lib/directory - Tools and utilities in
tools/directory - Custom plugins/themes go in
custom/directory
Testing
- No specific test commands found - check individual plugin READMEs
- Manual testing via shell usage and configuration changes
Important Notes
- This is a shell framework, not a traditional application
- Changes require sourcing
~/.zshrcor opening new terminal - Plugin and theme changes require editing
~/.zshrcconfiguration - Uses Git for updates and version management