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.

APACHE-2.0 License

Stars
1
Committers
2

Hietan's 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.

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:

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.