Home

Awesome

Light-Zsh Theme

Light-Zsh is a lightweight and clean Zsh theme optimized for light-colored terminals, especially the native macOS terminal. Perfect for those who prefer a minimalistic and fast terminal experience.

Light-Zsh

Features

Compatibility

Light-Zsh requires a Nerd Font to properly render all the icons and symbols used in the theme. Any Nerd Font will work, so feel free to choose one that suits your preference.

[!TIP]

For example, you can use JetBrains Mono Nerd Font, which is the one used in this demo.

For macOS users who have installed homebrew, you can run the below command to install the font:

brew install font-jetbrains-mono-nerd-font

Testing Font Compatibility

To ensure that your terminal is correctly displaying all icons and symbols, you can use the following command to test your Nerd Font setup:

echo "\uf179 \uf4d4 \u276f \u2718 \uee15 \u2699 \uf126 \u21c5 \u21b1 \u21b2"

If you see a series of icons (such as the Apple logo, folder, and arrows) like below, your font is set up correctly.

testfont

Installation

  1. Clone the Repository: Clone the repository to your local machine:

    git clone https://github.com/InfinityUniverse0/light-zsh.git
    
  2. Move the Theme to Your Zsh Themes Directory: Copy or move the theme file to your Zsh themes directory (~/.oh-my-zsh/custom/themes/):

    cp light-zsh/light-zsh.zsh-theme ~/.oh-my-zsh/custom/themes/
    
  3. Set the Theme in Your .zshrc File: Open your .zshrc file and set the ZSH_THEME variable:

    ZSH_THEME="light-zsh"
    
  4. Apply the Changes: Reload your Zsh configuration by running:

    source ~/.zshrc
    

Your terminal should now be using the Light-Zsh theme, displaying all the useful information you need at a glance.

Notes

Feel free to adjust the details to better suit your preferences or to add any other instructions specific to your setup.

Contact

For any questions, suggestions, or feedback, feel free to reach out:

Feel free to contribute, report issues, or suggest improvements!