sfabrizio / ozono-zsh-theme

🌏 OZ0NO - Let's Breathe a clean ZSH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌏 OZ0NO 🌎

Let's Breathe a clean ZSH

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

  • document how to customize.

License

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

Turbo Commit: On

About

🌏 OZ0NO - Let's Breathe a clean ZSH

License:MIT License


Languages

Language:Shell 100.0%