{"id":22064337,"url":"https://github.com/zimfw/eriner","last_synced_at":"2025-07-23T07:05:38.392Z","repository":{"id":39858705,"uuid":"163112452","full_name":"zimfw/eriner","owner":"zimfw","description":"A Zim fork of the Powerline-inspired agnoster prompt theme.","archived":false,"fork":false,"pushed_at":"2025-05-21T00:06:24.000Z","size":28,"stargazers_count":22,"open_issues_count":0,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-21T01:24:24.830Z","etag":null,"topics":["agnoster","powerline","prompt","theme","zim","zimfw","zsh","zsh-plugin","zsh-plugins","zsh-prompt","zsh-theme"],"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/zimfw.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}},"created_at":"2018-12-25T21:27:58.000Z","updated_at":"2025-05-21T00:06:27.000Z","dependencies_parsed_at":"2024-12-19T02:26:58.924Z","dependency_job_id":"649f9dbe-4094-47bf-bc5a-742fe19ea370","html_url":"https://github.com/zimfw/eriner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zimfw/eriner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Feriner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Feriner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Feriner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Feriner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimfw","download_url":"https://codeload.github.com/zimfw/eriner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimfw%2Feriner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266633390,"owners_count":23959542,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["agnoster","powerline","prompt","theme","zim","zimfw","zsh","zsh-plugin","zsh-plugins","zsh-prompt","zsh-theme"],"created_at":"2024-11-30T19:04:08.579Z","updated_at":"2025-07-23T07:05:38.369Z","avatar_url":"https://github.com/zimfw.png","language":"Shell","readme":"eriner\n======\n\nA fork of the Powerline-inspired [agnoster] theme.\n\nThe aim of this theme is to only show you *relevant* information. Like most\nprompts, it will only show git information when in a git working directory.\nHowever, it goes a step further: everything from the current user and hostname\nto whether the last call exited with an error to whether background jobs are\nrunning in this shell will all be displayed automatically when appropriate.\n\n\u003cimg width=\"706\" src=\"https://zimfw.github.io/images/prompts/eriner@2.png\"\u003e\n\nWhat does it show?\n------------------\n\n  * Status segment:\n    * `✘` when there was an error.\n    * `⚡` when you're root.\n    * `⚙` when there are background jobs.\n    * `r` when you're in a [ranger] spawned shell.\n    * Python [venv] indicator.\n    * `username@hostname` when in a ssh session.\n  * Working directory segment.\n  * Git segment (background color varies if working tree is clean or dirty):\n    * Current branch name, or commit short hash when in ['detached HEAD' state].\n    * `±` when in a dirty working tree.\n\nSettings\n--------\n\nThe background color for each segment can be customized with an environment\nvariable. If the variable is not defined, the respective default value is used.\n\n| Variable     | Description                          | Default value |\n| ------------ | ------------------------------------ | ------------- |\n| STATUS_COLOR | Status segment color                 | black         |\n| PWD_COLOR    | Working directory segment color      | cyan          |\n| CLEAN_COLOR  | Clean git working tree segment color | green         |\n| DIRTY_COLOR  | Dirty git working tree segment color | yellow        |\n\nAdvanced settings\n-----------------\n\nYou can customize how the current working directory is shown with the\n[prompt-pwd module settings].\n\nThe git indicators can be customized by changing the following git-info module\ncontext formats:\n\n| Context name | Description         | Default format |\n| ------------ | ------------------- | -------------- |\n| branch       | Branch name         | ` %b`         |\n| commit       | Commit short hash   | `➦ %c`         |\n| action       | Special action name | ` (%s)`        |\n| dirty        | Dirty state         | ` ±`           |\n\nUse the following command to override a git-info context format:\n\n    zstyle ':zim:git-info:\u003ccontext_name\u003e' format '\u003cnew_format\u003e'\n\nFor detailed information about these and other git-info settings, check the\n[git-info documentation].\n\nThese advanced settings must be overridden after the theme is initialized.\n\nRequirements\n------------\n\nIn order for this theme to render correctly, a font with Powerline symbols is\nrequired. A simple way to install a font with Powerline symbols is to follow the\n[instructions here].\n\nRequires Zim's [prompt-pwd] module to show the current working directory, and\n[git-info] to show git information.\n\n[agnoster]: https://github.com/agnoster/agnoster-zsh-theme\n[ranger]: https://github.com/ranger/ranger\n[venv]: https://docs.python.org/3/library/venv.html\n['detached HEAD' state]: https://git-scm.com/docs/git-checkout#_detached_head\n[prompt-pwd module settings]: https://github.com/zimfw/prompt-pwd/blob/master/README.md#settings\n[git-info documentation]: https://github.com/zimfw/git-info/blob/master/README.md#settings\n[instructions here]: https://github.com/powerline/fonts/blob/master/README.rst#installation\n[prompt-pwd]: https://github.com/zimfw/prompt-pwd\n[git-info]: https://github.com/zimfw/git-info\n","funding_links":[],"categories":["Themes","Shell"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimfw%2Feriner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimfw%2Feriner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimfw%2Feriner/lists"}