https://github.com/tomorrowbye/yellow-peach-theme
A warm and friendly zsh theme with git integration, featuring orange and pink color schemes.
https://github.com/tomorrowbye/yellow-peach-theme
oh-my-zsh-theme
Last synced: 3 months ago
JSON representation
A warm and friendly zsh theme with git integration, featuring orange and pink color schemes.
- Host: GitHub
- URL: https://github.com/tomorrowbye/yellow-peach-theme
- Owner: tomorrowbye
- Created: 2025-01-20T06:49:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T07:06:29.000Z (over 1 year ago)
- Last Synced: 2025-01-20T08:21:44.736Z (over 1 year ago)
- Topics: oh-my-zsh-theme
- Language: Shell
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - yellow peach - Clean minimalist design. Includes decorators for `user@hostname`, `git` status, current directory and the current time. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - yellow peach - Clean minimalist design. Includes decorators for `user@hostname`, `git` status, current directory and the current time. (Themes / ZSH on Windows)
README
# Yellow Peach Theme
A warm and friendly zsh theme with git integration, featuring orange and pink color schemes.
## Screenshots


## Installation
1. Clone this repository into your oh-my-zsh custom themes directory:
```bash
git clone https://github.com/tomorrowbye/yellow-peach-theme.git ~/.oh-my-zsh/custom/themes/yellow-peach-theme
```
2. Symlink the theme file:
```bash
ln -s ~/.oh-my-zsh/custom/themes/yellow-peach-theme/src/yellow-peach.zsh-theme ~/.oh-my-zsh/custom/themes/yellow-peach.zsh-theme
```
3. Set the theme in your `.zshrc`:
```bash
ZSH_THEME="yellow-peach"
```
4. Reload your shell:
```bash
exec zsh
```
## Features
- 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
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository
2. Create a new branch for your feature
3. Commit your changes
4. Push to the branch
5. Submit a pull request
Please make sure your code follows the existing style and includes appropriate documentation.