A warm and friendly zsh theme with git integration, featuring orange and pink color schemes.
- Clone this repository into your oh-my-zsh custom themes directory:
git clone https://github.com/tomorrowbye/yellow-peach-theme.git ~/.oh-my-zsh/custom/themes/yellow-peach-theme
- Symlink the theme file:
ln -s ~/.oh-my-zsh/custom/themes/yellow-peach-theme/src/yellow-peach.zsh-theme ~/.oh-my-zsh/custom/themes/yellow-peach.zsh-theme
- Set the theme in your
.zshrc
:
ZSH_THEME="yellow-peach"
- Reload your shell:
exec zsh
- Displays username, hostname and current directory
- Git branch integration with branch indicator
- Warm color scheme (orange, pink, etc.)
- Current time display
- Clean and minimal design
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch for your feature
- Commit your changes
- Push to the branch
- Submit a pull request
Please make sure your code follows the existing style and includes appropriate documentation.