{"id":26313369,"url":"https://github.com/reybits/config-zsh","last_synced_at":"2026-04-30T11:35:32.923Z","repository":{"id":278737415,"uuid":"936611859","full_name":"reybits/config-zsh","owner":"reybits","description":"My Zsh config.","archived":false,"fork":false,"pushed_at":"2026-03-17T15:01:29.000Z","size":641,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-16T12:41:32.479Z","etag":null,"topics":["config","linux","macos","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/reybits.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-02-21T11:37:17.000Z","updated_at":"2026-03-17T15:01:35.000Z","dependencies_parsed_at":"2025-02-21T12:32:19.132Z","dependency_job_id":"8c7f817b-26c6-4243-b8da-30471161baa6","html_url":"https://github.com/reybits/config-zsh","commit_stats":null,"previous_names":["andreyugolnik/config-zsh","reybits/config-zsh"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reybits/config-zsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fconfig-zsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fconfig-zsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fconfig-zsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fconfig-zsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reybits","download_url":"https://codeload.github.com/reybits/config-zsh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reybits%2Fconfig-zsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["config","linux","macos","zsh"],"created_at":"2025-03-15T11:15:13.422Z","updated_at":"2026-04-30T11:35:32.892Z","avatar_url":"https://github.com/reybits.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ZSH Plugins\n\nA streamlined and customizable ZSH configuration for enhanced terminal productivity.\n\n![ZSH](https://github.com/reybits/config-zsh/blob/master/zsh.png?raw=true)\n\n## Installation\n\nInstall the following plugins by cloning their repositories into the `~/.config/zsh/plugins` directory.\n\n### zsh-autosuggestions\n```sh\ngit clone https://github.com/zsh-users/zsh-autosuggestions ${XDG_CONFIG_HOME:-$HOME/.config}/zsh/plugins/zsh-autosuggestions\n```\n\n### zsh-syntax-highlighting\n```sh\ngit clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${XDG_CONFIG_HOME:-$HOME/.config}/zsh/plugins/zsh-syntax-highlighting\n```\n\nAdd plugins in `~/.zshrc`:\n\n```sh\nif [ -f ${XDG_CONFIG_HOME:-$HOME/.config}/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then\n    source ${XDG_CONFIG_HOME:-$HOME/.config}/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh\nfi\n\nif [ -f ${XDG_CONFIG_HOME:-$HOME/.config}/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]; then\n    source ${XDG_CONFIG_HOME:-$HOME/.config}/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh\nfi\n```\n\nRestart terminal or run command again:\n\n```sh\nsource ~/.zshrc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freybits%2Fconfig-zsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freybits%2Fconfig-zsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freybits%2Fconfig-zsh/lists"}