{"id":22508161,"url":"https://github.com/sfabrizio/ozono-zsh-theme","last_synced_at":"2026-02-27T22:37:59.812Z","repository":{"id":82606232,"uuid":"76812538","full_name":"sfabrizio/ozono-zsh-theme","owner":"sfabrizio","description":"🌏 OZ0NO - Let's Breathe a clean ZSH","archived":false,"fork":false,"pushed_at":"2019-07-04T14:48:18.000Z","size":330,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-15T13:57:08.624Z","etag":null,"topics":["bash","bashrc","oh-my-zsh","oh-my-zsh-theme","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sfabrizio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-12-18T23:20:42.000Z","updated_at":"2021-10-31T02:38:19.000Z","dependencies_parsed_at":"2023-04-28T17:00:30.033Z","dependency_job_id":null,"html_url":"https://github.com/sfabrizio/ozono-zsh-theme","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfabrizio%2Fozono-zsh-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfabrizio%2Fozono-zsh-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfabrizio%2Fozono-zsh-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfabrizio%2Fozono-zsh-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfabrizio","download_url":"https://codeload.github.com/sfabrizio/ozono-zsh-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228544993,"owners_count":17934671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bashrc","oh-my-zsh","oh-my-zsh-theme","zsh"],"created_at":"2024-12-07T01:18:37.213Z","updated_at":"2026-02-27T22:37:54.778Z","avatar_url":"https://github.com/sfabrizio.png","language":"Shell","funding_links":[],"categories":["Themes"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"\n\u003ch1 align=\"center\"\u003e\n  🌏 OZ0NO 🌎\n  \u003cp align=\"center\"\u003eLet's Breathe a clean ZSH\u003c/p\u003e\n\u003c/h1\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./preview.png\" width=\"600\"/\u003e\n\u003c/p\u003e\n\n\u003e An [“Oh My ZSH!”](http://ohmyz.sh/) theme with support for Node.js envs, OS switching, Git Status \u0026 some fine tuning for JS enviroments.\n\n\n## Requirements\n\nTo work correctly you will first need to have the following installed:\n\n- [“Oh My ZSH!”](https://github.com/robbyrussell/oh-my-zsh/) or a compatible framework like [Antigen](https://github.com/zsh-users/antigen) or [Zgen](https://github.com/tarjoilija/zgen)\n- [nvm](https://github.com/creationix/nvm) If you want see the node prompt. (Your project needs to have a package.json file also)\n- [Nerd font](https://github.com/ryanoasis/nerd-fonts) installed on your OS. (It provides the fancy icons)\n\n# Installation\n\n## Installation for [Antigen](https://github.com/zsh-users/antigen) users\n\nAdd `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`.\n\n## Installation for [Zgen](https://github.com/tarjoilija/zgen) users\n\nAdd `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`.\n\n## Installation for [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh/) users\n\n### Easy Install\n\n\u003e If you have a standard oh-my-zsh config this should work fine -\u003e 💫✨\n\n#### Install using **curl**:\n\n```\ncurl -o - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/install.sh | zsh\n```\n\n#### Install using **wget**:\n\n```\nwget -O - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/install.sh | zsh\n```\n\n### Manual install\n\n\u003e In case that the easy install doesn't work for you -\u003e 💥🙈 Please feel free to open an issue\n\n1. Download the theme file [here](https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/ozono-theme.zsh) or just run:\n\n    ```bash\n    curl -o - https://raw.githubusercontent.com/sfabrizio/ozono-zsh-theme/master/ozono-theme.zsh\n    ```\n\n2. Rename `ozono-theme.zsh` to `ozono-theme.zsh-theme` like this:\n    ```bash\n    mv ozono-theme.zsh ozono-theme.zsh-theme\n    ```\n\n3. Move the `ozono-theme.zsh-theme` file to `$ZSH_CUSTOM/themes/`:\n\n    ```bash\n    mv ozono-theme.zsh-theme $ZSH_CUSTOM\n    ```\n\n4. Add/edit the line in your `~/.zshrc`: `ZSH_THEME=\"ozono\"`\n\n5. Reload your zsrc config:\n\n    ```bash\n    source ~/.zshrc\n    ```\n\n# New Features\n\nDo you feel that ozono needs more features? Create an issue! Your ideas are welcome -\u003e 💡s = 😁\n\nIf you have any issues please let me know.. I'd like to help -\u003e 🤓\n\nContributors would be great also! 🙌\n\n\n# TODO\n\n- document how to customize. \n\n## License\n\nozono-zsh-theme is released under the [MIT license](LICENSE.md).\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/labs-js/turbo-git/blob/develop/README.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/Turbo_Commit-on-3DD1F2.svg\" alt=\"Turbo Commit: On\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfabrizio%2Fozono-zsh-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfabrizio%2Fozono-zsh-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfabrizio%2Fozono-zsh-theme/lists"}