https://github.com/hietan/hietan_zshtheme
Customized Zsh theme that supports Git, Anaconda, Rye, npm, and Cargo projects. The theme offers icons, time, directory information, status indicators, and project information in the prompt.
https://github.com/hietan/hietan_zshtheme
ohmyzsh ohmyzsh-theme shell zsh
Last synced: 6 months ago
JSON representation
Customized Zsh theme that supports Git, Anaconda, Rye, npm, and Cargo projects. The theme offers icons, time, directory information, status indicators, and project information in the prompt.
- Host: GitHub
- URL: https://github.com/hietan/hietan_zshtheme
- Owner: Hietan
- License: apache-2.0
- Created: 2024-07-18T07:39:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T23:42:47.000Z (almost 2 years ago)
- Last Synced: 2025-10-29T15:40:46.364Z (8 months ago)
- Topics: ohmyzsh, ohmyzsh-theme, shell, zsh
- Language: Shell
- Homepage:
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hietan's ZshTheme
[](LICENSE)
[](https://github.com/Hietan/Hietan_ZshTheme/releases)
[](https://github.com/Hietan/Hietan_ZshTheme/issues)
[](https://github.com/Hietan/Hietan_ZshTheme/network/members)
[](https://github.com/Hietan/Hietan_ZshTheme/stargazers)
[](https://github.com/Hietan/Hietan_ZshTheme/commits/main)
[](https://github.com/Hietan/Hietan_ZshTheme/graphs/contributors)
[](https://github.com/Hietan/Hietan_ZshTheme/releases)
Customized Zsh theme that supports Git, Anaconda, Rye, npm, and Cargo projects.\
The theme offers icons, time, directory information, status indicators, and project information in the prompt.
## Features

- Display blow informations with icon
- Status indicators
- Date and Time
- Directory
- Git status
- Anaconda environment name
- Rye project name
- npm (yarn) project name
- Cargo project name
## Require
This theme requires below applications:
* Zsh
* [Oh My Zsh](https://ohmyz.sh/)
* [Nerd Fonts](https://www.nerdfonts.com/)
This theme also supports the following applications:
* Git (Option)
* [Anaconda](https://www.anaconda.com/) (Option)
* [Rye](https://rye.astral.sh/) (Option)
* [npm](https://www.npmjs.com/) (Option)
* [yarn](https://yarnpkg.com/) (Option)
* [Cargo](https://doc.rust-lang.org/cargo/index.html) (Option)
## Installation
To install the Hietan Zsh Theme, follow these steps:
1. **Clone the repository**:
```sh
git clone https://github.com/Hietan/Hietan_ZshTheme.git
```
2. **Create a symbolic link to the theme in the Oh My Zsh themes directory**:
```sh
ln -s $(pwd)/Hietan_ZshTheme/hietan.zsh-theme ~/.oh-my-zsh/themes/hietan.zsh-theme
```
3. **Set the theme to `hietan` in your `.zshrc`**:
Open your `.zshrc` file in a text editor and modify the `ZSH_THEME` line:
```sh
ZSH_THEME="hietan"
```
4. **Reload your Zsh configuration**:
```sh
source ~/.zshrc
```
After completing these steps, the Hietan Zsh Theme should be active in your terminal.