An βOh My ZSH!β theme with support for Node.js envs, OS switching, Git Status & some fine tuning for JS enviroments.
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 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
If you have a standard oh-my-zsh config this should work fine -> π«β¨
curl -o - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/install.sh | zsh
wget -O - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/install.sh | zsh
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
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! π
- document how to customize.
ozono-zsh-theme is released under the MIT license.