{"id":20426153,"url":"https://github.com/warbacon/zunder-prompt","last_synced_at":"2025-06-14T11:04:36.801Z","repository":{"id":159431235,"uuid":"634639408","full_name":"warbacon/zunder-prompt","owner":"warbacon","description":"⚡ Simple and fast zsh prompt based on gitstatus.","archived":false,"fork":false,"pushed_at":"2024-11-23T21:34:26.000Z","size":160,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T20:47:25.880Z","etag":null,"topics":["git","gitstatus","prompt","shell","starship","zsh","zsh-plugin","zsh-prompt","zsh-theme","zunder-zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/warbacon.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":"2023-04-30T19:18:30.000Z","updated_at":"2024-12-17T00:52:59.000Z","dependencies_parsed_at":"2024-01-07T21:04:37.681Z","dependency_job_id":"b089743d-8524-4035-b244-e1728b8743cc","html_url":"https://github.com/warbacon/zunder-prompt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/warbacon/zunder-prompt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warbacon%2Fzunder-prompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warbacon%2Fzunder-prompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warbacon%2Fzunder-prompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warbacon%2Fzunder-prompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warbacon","download_url":"https://codeload.github.com/warbacon/zunder-prompt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warbacon%2Fzunder-prompt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259804839,"owners_count":22913901,"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":["git","gitstatus","prompt","shell","starship","zsh","zsh-plugin","zsh-prompt","zsh-theme","zunder-zsh"],"created_at":"2024-11-15T07:15:41.761Z","updated_at":"2025-06-14T11:04:36.776Z","avatar_url":"https://github.com/warbacon.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ zunder-prompt\n\nSimple and fast zsh prompt based on [gitstatus](https://github.com/romkatv/gitstatus).\n\n![preview](./assets/preview.svg)\n\n\u003e [!IMPORTANT]\n\u003e gitstatus officially went on life support on June 6, 2024, although it is\n\u003e working properly as of today and will probably do so for an almost indefinite\n\u003e period of time.\n\n## Why? 🤔\n\nI oscillated between **Starship** and **Powerlevel10k** for my zsh prompt.\n**Starship** is customizable and visually appealing by default but has\nunnecessary features, making it slower. **Powerlevel10k** is extremely fast but\nhas a complex configuration.\n\nMy goal was to create a prompt with only the **essential functionality**:\ndetecting command failures and displaying basic git repository info. I avoided\nadvanced customization to keep the code simple yet aesthetically pleasing.\n\n**Zunder-prompt** combines Starship's style and Powerlevel10k's efficiency. It\nuses **gitstatus** (like Powerlevel10k) for optimized git info, ensuring\n**instant responsiveness** with no lag.\n\n## Installation ⚙️\n\n### [Zinit](https://github.com/zdharma-continuum/zinit)\n\n```sh\nzinit light-mode depth\"1\" for \\\n  romkatv/gitstatus \\\n  warbacon/zunder-prompt\n```\n\n### [Zap](https://github.com/zap-zsh/zap)\n\n```sh\nplug \"romkatv/gitstatus\"\nplug \"warbacon/zunder-prompt\"\n```\n\n### [Zgenom](https://github.com/jandamm/zgenom)\n\n```sh\nif ! zgenom saved; then\n  # ...\n  zgenom load romkatv/gitstatus\n  zgenom load warbacon/zunder-prompt\n  # ...\nfi\n```\n\n### [Zplug](https://github.com/zplug/zplug)\n\n```sh\nzplug \"romkatv/gitstatus\", depth:1\nzplug \"warbacon/zunder-prompt\", on:\"romkatv/gitstatus\", depth=1\n```\n\n## Customization 🎨\n\nAs zunder-prompt is built with simplicity and speed in mind, there isn't too\nmuch customization available. However, you can change the prompt's character\nsymbol and color.\n\n```sh\nZUNDER_PROMPT_CHAR=\"➜\"              # default value: \"❯\"\n\nZUNDER_PROMPT_CHAR_COLOR=\"green\"    # default value: \"fg\"\n```\n\n## Thanks to\n\n- [romkatv](https://github.com/romkatv) for gitsatus.\n- [Starship](https://starship.rs/) for inspiration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarbacon%2Fzunder-prompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarbacon%2Fzunder-prompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarbacon%2Fzunder-prompt/lists"}