Home

Awesome

<h1 align="center"> 🌏 OZ0NO 🌎 <p align="center">Let's Breathe a clean ZSH</p> </h1> <p align="center"> <img src="./preview.png" width="600"/> </p>

An “Oh My ZSH!” theme with support for Node.js envs, OS switching, Git Status & some fine tuning for JS enviroments.

Requirements

To work correctly you will first need to have the following installed:

Installation

Installation for Antigen users

Add antigen bundle sfabrizio/ozono-zsh-theme to your .zshrc file. Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also temporarily add the plugin to a running zsh with antigen bundle sfabrizio/ozono-zsh-theme for testing before adding it to your .zshrc.

Installation for Zgen users

Add zgen load sfabrizio/ozono-zsh-theme to your .zshrc file in the same function you're doing your other zgen load calls in. Zgen will automatically clone the repositories for you when you do a zgen save.

Installation for Oh-My-Zsh users

Easy Install

If you have a standard oh-my-zsh config this should work fine -> 💫✨

Install using curl:

curl -o - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/install.sh | zsh

Install using wget:

wget -O - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/install.sh | zsh

Manual install

In case that the easy install doesn't work for you -> 💥🙈 Please feel free to open an issue

  1. Download the theme file here or just run:

    curl -o - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/ozono-theme.zsh
    
  2. Rename ozono-theme.zsh to ozono-theme.zsh-theme like this:

    mv ozono-theme.zsh ozono-theme.zsh-theme
    
  3. Move the ozono-theme.zsh-theme file to $ZSH_CUSTOM/themes/:

    mv ozono-theme.zsh-theme $ZSH_CUSTOM
    
  4. Add/edit the line in your ~/.zshrc: ZSH_THEME="ozono"

  5. Reload your zsrc config:

    source ~/.zshrc
    

New Features

Do you feel that ozono needs more features? Create an issue! Your ideas are welcome -> 💡s = 😁

If you have any issues please let me know.. I'd like to help -> 🤓

Contributors would be great also! 🙌

TODO

License

ozono-zsh-theme is released under the MIT license.

<p align="center"> <a href="https://github.com/labs-js/turbo-git/blob/develop/README.md"><img src="https://img.shields.io/badge/Turbo_Commit-on-3DD1F2.svg" alt="Turbo Commit: On"/></a> </p>