Home

Awesome

Hietan's ZshTheme

License GitHub Release GitHub Issues GitHub Forks GitHub Stars GitHub last commit Contributors Downloads

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

Thems's Screenshot

Require

This theme requires below applications:

This theme also supports the following applications:

Installation

To install the Hietan Zsh Theme, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Hietan/Hietan_ZshTheme.git
    
  2. 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
    
  3. Set the theme to hietan in your .zshrc:

    Open your .zshrc file in a text editor and modify the ZSH_THEME line:

    ZSH_THEME="hietan"
    
  4. Reload your Zsh configuration:

    source ~/.zshrc
    

After completing these steps, the Hietan Zsh Theme should be active in your terminal.