🌏 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:
- “Oh My ZSH!” or a compatible framework like Antigen or Zgen
- nvm If you want see the node prompt. (Your project needs to have a package.json file also)
- Nerd font installed on your OS. (It provides the fancy icons)
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
Download the theme file here or just run:
curl -o - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/ozono-theme.zsh
Rename
ozono-theme.zsh
toozono-theme.zsh-theme
like this:mv ozono-theme.zsh ozono-theme.zsh-theme
Move the
ozono-theme.zsh-theme
file to$ZSH_CUSTOM/themes/
:mv ozono-theme.zsh-theme $ZSH_CUSTOM
Add/edit the line in your
~/.zshrc
:ZSH_THEME="ozono"
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.