{"id":31074158,"url":"https://github.com/dodbrian/omz-theme-redefined","last_synced_at":"2026-04-29T22:37:19.549Z","repository":{"id":314953036,"uuid":"1057474577","full_name":"dodbrian/omz-theme-redefined","owner":"dodbrian","description":"A clean and elegant Oh My Zsh theme with improved git branch readability and human-readable command execution time.","archived":false,"fork":false,"pushed_at":"2025-09-15T20:20:03.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T21:31:38.564Z","etag":null,"topics":["custom-theme","developer-tools","git","oh-my-zsh","prompt","shell","terminal","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/dodbrian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-15T19:21:54.000Z","updated_at":"2025-09-15T20:20:06.000Z","dependencies_parsed_at":"2025-09-15T21:31:42.471Z","dependency_job_id":"7324d031-75c1-45a1-bf0d-a68f8da51841","html_url":"https://github.com/dodbrian/omz-theme-redefined","commit_stats":null,"previous_names":["dodbrian/omz-theme-redefined"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dodbrian/omz-theme-redefined","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodbrian%2Fomz-theme-redefined","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodbrian%2Fomz-theme-redefined/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodbrian%2Fomz-theme-redefined/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodbrian%2Fomz-theme-redefined/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dodbrian","download_url":"https://codeload.github.com/dodbrian/omz-theme-redefined/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dodbrian%2Fomz-theme-redefined/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275348511,"owners_count":25448626,"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","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["custom-theme","developer-tools","git","oh-my-zsh","prompt","shell","terminal","theme","zsh"],"created_at":"2025-09-16T02:04:10.023Z","updated_at":"2026-04-29T22:37:19.531Z","avatar_url":"https://github.com/dodbrian.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redefined Theme for Oh My Zsh\n\nA clean and elegant theme for Oh My Zsh.\n\n## Features\n\n*   The current git branch color is now light green for better readability.\n*   The elapsed time shown after the command finished is displayed in a human-readable format.\n\n## Installation\n\n### Easy Install\n\nYou can install the theme by downloading the theme file directly into your Oh My Zsh custom themes directory.\n\nUsing `curl`:\n```bash\ncurl -o ~/.oh-my-zsh/custom/themes/redefined.zsh-theme https://raw.githubusercontent.com/dodbrian/omz-theme-redefined/main/redefined.zsh-theme\n```\n\nOr using `wget`:\n```bash\nwget -O ~/.oh-my-zsh/custom/themes/redefined.zsh-theme https://raw.githubusercontent.com/dodbrian/omz-theme-redefined/main/redefined.zsh-theme\n```\n\n### Manual Install (for developers)\n\nIf you want to keep the repository for development or easy updates, you can clone it and symlink the theme file.\n\n1.  Clone this repository into your Oh My Zsh custom themes directory:\n\n    ```bash\n    git clone https://github.com/dodbrian/omz-theme-redefined.git ~/.oh-my-zsh/custom/themes/omz-theme-redefined\n    ```\n\n2.  Symlink the theme file to your Oh My Zsh custom themes directory:\n\n    ```bash\n    ln -s ~/.oh-my-zsh/custom/themes/omz-theme-redefined/redefined.zsh-theme ~/.oh-my-zsh/custom/themes/redefined.zsh-theme\n    ```\n\n## Usage\n\n### With the `omz` command\n\n1.  Set the theme:\n    ```bash\n    omz theme set redefined\n    ```\n\n2.  Reload the shell:\n    ```bash\n    omz reload\n    ```\n\n### Manually\n\n1.  Set `ZSH_THEME=\"redefined\"` in your `~/.zshrc` file.\n\n2.  Reload your shell:\n    ```bash\n    source ~/.zshrc\n    ```\n\n## Screenshots\n\n\u003cimg src=\"redefined.png\" alt=\"Redefined Theme Screenshot\" width=\"800\"\u003e\n\n## Credits\n\nThis theme is based on the `refined` theme from Oh My Zsh, which was adapted by [mcornella](https://github.com/mcornella). The `refined` theme itself was a port of the `pure` theme, originally created by [sindresorhus](https://github.com/sindresorhus).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodbrian%2Fomz-theme-redefined","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdodbrian%2Fomz-theme-redefined","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdodbrian%2Fomz-theme-redefined/lists"}