# Oh My Zsh
Oh My Zsh is a popular framework for managing Zsh configuration:
- **Themes**: Hundreds of prompt themes (e.g., robbyrussell, agnoster)
- **Plugins**: Git integration, autosuggestions, syntax highlighting
- **Easy setup**: Single command installation
```bash
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
## References
- https://github.com/ohmyzsh
## Related
- [[Zsh (Z Shell)]]