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.
- 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
This theme requires below applications:
- Zsh
- Oh My Zsh
- Nerd Fonts
This theme also supports the following applications:
To install the Hietan Zsh Theme, follow these steps:
-
Clone the repository:
git clone https://github.com/Hietan/Hietan_ZshTheme.git
-
Create a symbolic link to the theme in the Oh My Zsh themes directory:
ln -s $(pwd)/Hietan_ZshTheme/hietan.zsh-theme ~/.oh-my-zsh/themes/hietan.zsh-theme
-
Set the theme to
hietan
in your.zshrc
:Open your
.zshrc
file in a text editor and modify theZSH_THEME
line:ZSH_THEME="hietan"
-
Reload your Zsh configuration:
source ~/.zshrc
After completing these steps, the Hietan Zsh Theme should be active in your terminal.