PersiLiao Zsh Theme

March 18, 2026 ยท View on GitHub

A beautiful and functional Zsh theme designed for the https://ohmyz.sh/ framework. It provides a clean interface with enhanced visual feedback for Git status and directory navigation.

โœจ Features

  • Git Status Integration: Command prompt dynamically displays Git branch, status (staged, modified, untracked), and other relevant information.
  • Enhanced ls Output: File and directory listings are highlighted with color for better readability.
  • Clean Prompt Design: Minimalist design that focuses on essential information without clutter.

๐Ÿš€ Installation

Prerequisites

  • Zsh: Ensure Zsh is installed on your system.
  • Oh My Zsh: This theme is designed to work with the Oh My Zsh framework.

Steps

  1. Clone the Repository:

    git clone --depth=1 https://github.com/persiliao/persi-zsh-theme
    cd persi-zsh-theme
    
  2. Run the Installer:

    ./install.sh
    
  3. Reload Zsh Configuration:

    omz reload
    

๐Ÿ“„ License

This project is licensed under the MIT License. See the LICENSE file for details.