Home

Awesome

Minimal-OS Zsh Theme

Minimal-OS is a sleek and simple Zsh theme designed for use with Oh-My-Zsh. It provides a minimalist prompt with helpful Git status indicators and system-specific icons.

Please consider Favoriting this repo if you enjoy the theme!

Features

Installation

  1. Oh-My-Zsh Installation: Make sure you have Oh-My-Zsh installed. If not, you can install it by following the instructions here.

  2. Download the Theme: Save the theme file minimal-os.zsh-theme to the Oh-My-Zsh custom themes directory:

     curl -o $ZSH_CUSTOM/themes/minimal-os.zsh-theme https://raw.githubusercontent.com/nkurata/zsh-theme/main/minimal-os.zsh-theme
    
  3. Set the Theme: Edit your ~/.zshrc file to set ZSH_THEME to minimal-os:

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

    source ~/.zshrc
    

Example Prompt

With the minimal-os theme, your prompt will look something like this:

~/my-project (main) ↑12↓ 23:45:56
 🐧

This indicates:

Examples

<img width="500" alt="apple-zshtheme" src="https://github.com/nkurata/zsh-theme/assets/90001579/bc312d40-9e76-422b-9ac5-db50a9475cc6"> <img width="500" alt="linux-zshtheme" src="https://github.com/nkurata/zsh-theme/assets/90001579/23d5be54-c134-45c3-871d-4c1454462c70"> <img width="500" alt="windows-zshtheme" src="https://github.com/nkurata/zsh-theme/assets/90001579/e5edb17c-0577-4fd9-bede-8d441e554e3c">

License

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

Contributing

Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or fixes.

Acknowledgments

Enjoy your new minimal and efficient Zsh prompt with Minimal-OS!