{"id":28224486,"url":"https://github.com/nkurata/zsh-theme","last_synced_at":"2026-02-10T03:02:43.194Z","repository":{"id":242362279,"uuid":"808974924","full_name":"nkurata/zsh-theme","owner":"nkurata","description":"Minimal-OS is a sleek and simple Zsh theme designed for use with Oh-My-Zsh. It provides a minimalist prompt with helpful Git status indicators and system-specific icons.","archived":false,"fork":false,"pushed_at":"2025-01-14T14:59:12.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T07:43:13.935Z","etag":null,"topics":[],"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/nkurata.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":"2024-06-01T10:22:37.000Z","updated_at":"2025-01-17T21:39:08.000Z","dependencies_parsed_at":"2024-06-02T15:00:34.762Z","dependency_job_id":"405f62fb-9ef4-4790-853a-a6c6443cff5e","html_url":"https://github.com/nkurata/zsh-theme","commit_stats":null,"previous_names":["nkurata/zsh-theme"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nkurata/zsh-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkurata%2Fzsh-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkurata%2Fzsh-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkurata%2Fzsh-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkurata%2Fzsh-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nkurata","download_url":"https://codeload.github.com/nkurata/zsh-theme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nkurata%2Fzsh-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29289899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T02:32:08.756Z","status":"ssl_error","status_checked_at":"2026-02-10T02:30:31.937Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-05-18T09:11:57.594Z","updated_at":"2026-02-10T03:02:43.177Z","avatar_url":"https://github.com/nkurata.png","language":"Shell","funding_links":[],"categories":["Themes"],"sub_categories":["ZSH on Windows"],"readme":"# Minimal-OS Zsh Theme\n\n**Minimal-OS** is a sleek and simple Zsh theme designed for use with Oh-My-Zsh. It provides a minimalist prompt with helpful Git status indicators and system-specific icons.\n\nPlease consider Favoriting this repo if you enjoy the theme!\n\n## Features\n\n- **System Icons:** Displays an icon based on your operating system:\n  - macOS: \n  - Linux: 🐧\n  - Windows (Cygwin/MSYS): ⊞\n  - Unrecognised: ❯\n- **Git Integration:** Indicates the status of your Git repository with different symbols for:\n  - Modified files\n  - Untracked files\n  - Clean state\n  - Behind remote status\n\n## Installation\n\n1. **Oh-My-Zsh Installation:**\n   Make sure you have Oh-My-Zsh installed. If not, you can install it by following the instructions [here](https://github.com/ohmyzsh/ohmyzsh).\n\n2. **Download the Theme:**\n   Save the theme file `minimal-os.zsh-theme` to the Oh-My-Zsh custom themes directory:\n\n   ```sh\n    curl -o $ZSH_CUSTOM/themes/minimal-os.zsh-theme https://raw.githubusercontent.com/nkurata/zsh-theme/main/minimal-os.zsh-theme\n   ```\n\n3. **Set the Theme:**\n   Edit your `~/.zshrc` file to set `ZSH_THEME` to `minimal-os`:\n\n   ```sh\n   ZSH_THEME=\"minimal-os\"\n   ```\n\n4. **Apply the Changes:**\n   Reload your Zsh configuration by running:\n\n   ```sh\n   source ~/.zshrc\n   ```\n\n## Example Prompt\n\nWith the `minimal-os` theme, your prompt will look something like this:\n\n```\n~/my-project (main) ↑12↓ 23:45:56\n 🐧\n```\n\nThis indicates:\n- The current directory is `~/my-project`\n- The current Git branch is `main`\n- There are 12 changes ahead of the remote branch\n- The current time is `23:45:56`\n- You are on a Linux system\n\n## Examples\n- Apple System\n\n\u003cimg width=\"500\" alt=\"apple-zshtheme\" src=\"https://github.com/nkurata/zsh-theme/assets/90001579/bc312d40-9e76-422b-9ac5-db50a9475cc6\"\u003e\n\n- Linux System\n\n\u003cimg width=\"500\" alt=\"linux-zshtheme\" src=\"https://github.com/nkurata/zsh-theme/assets/90001579/23d5be54-c134-45c3-871d-4c1454462c70\"\u003e\n\n- Windows System\n\n\u003cimg width=\"500\" alt=\"windows-zshtheme\" src=\"https://github.com/nkurata/zsh-theme/assets/90001579/e5edb17c-0577-4fd9-bede-8d441e554e3c\"\u003e\n\n- Unrecognised System\n\u003cimg width=\"500\" alt=\"other-zshtheme\" src=\"https://github.com/nkurata/zsh-theme/assets/90001579/3734bf07-05ce-41d0-8960-af491df03750\"\u003e\n\n\n\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request for any enhancements or fixes.\n\n## Acknowledgments\n\n- Inspired by various Zsh themes available in the Oh-My-Zsh community.\n\nEnjoy your new minimal and efficient Zsh prompt with **Minimal-OS**!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkurata%2Fzsh-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnkurata%2Fzsh-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnkurata%2Fzsh-theme/lists"}