{"id":27874602,"url":"https://github.com/jinzcdev/ohmyzsh-with-plugins","last_synced_at":"2025-05-05T01:36:40.756Z","repository":{"id":163448686,"uuid":"525607799","full_name":"jinzcdev/ohmyzsh-with-plugins","owner":"jinzcdev","description":"One-click Oh My Zsh installer with zsh-autosuggestions and zsh-syntax-highlighting – optimized terminal setup script.","archived":false,"fork":false,"pushed_at":"2025-04-17T11:18:36.000Z","size":20,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T01:43:35.461Z","etag":null,"topics":["ohmyzsh","shell","terminal","zsh","zsh-autosuggestions","zsh-syntax-highlighting"],"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/jinzcdev.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":"2022-08-17T02:12:22.000Z","updated_at":"2025-04-17T11:18:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4393b2e-e508-4c97-b105-7a06354e92dc","html_url":"https://github.com/jinzcdev/ohmyzsh-with-plugins","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fohmyzsh-with-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fohmyzsh-with-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fohmyzsh-with-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinzcdev%2Fohmyzsh-with-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinzcdev","download_url":"https://codeload.github.com/jinzcdev/ohmyzsh-with-plugins/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252424673,"owners_count":21745791,"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":["ohmyzsh","shell","terminal","zsh","zsh-autosuggestions","zsh-syntax-highlighting"],"created_at":"2025-05-05T01:36:40.257Z","updated_at":"2025-05-05T01:36:40.733Z","avatar_url":"https://github.com/jinzcdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oh My Zsh Plugin Installation Script\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://ohmyz.sh/img/OMZLogo_BnW.png\" alt=\"Oh My Zsh Logo\" width=\"35%\" /\u003e\n    \u003cdiv\u003e\n        \u003ca href=\"README.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/English-Click-yellow\" alt=\"English\" /\u003e\u003c/a\u003e\n        \u003ca href=\"README_zh-CN.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/简体中文-点击查看-orange\" alt=\"简体中文\" /\u003e\u003c/a\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n\nThis is a quick installation script for Oh My Zsh, including the zsh-auto-suggestions and zsh-syntax-highlighting plugins.\n\nOh My Zsh is a community-driven framework for managing zsh configuration. It allows you to install many efficient plugins, themes, and more. However, two popular plugins, `zsh-auto-suggestions` and `zsh-syntax-highlighting`, are not directly included in Oh My Zsh. Therefore, this installation script has been modified to enable one-click installation.\n\n## Usage\n\n### Online Installation\n\nDepending on your network environment and preferred `HTTP` command-line tool, choose one of the following methods for installation:\n\n1. Install from Gitee mirror repository (recommended for China):\n\n| Method    | Command                                                                                             |\n| :-------- | :-------------------------------------------------------------------------------------------------- |\n| **curl**  | `sh -c \"$(curl -fsSL https://gitee.com/jinzcdev/ohmyzsh-with-plugins/raw/main/install_ohmyzsh.sh)\"` |\n| **wget**  | `sh -c \"$(wget -O- https://gitee.com/jinzcdev/ohmyzsh-with-plugins/raw/main/install_ohmyzsh.sh)\"`   |\n| **fetch** | `sh -c \"$(fetch -o - https://gitee.com/jinzcdev/ohmyzsh-with-plugins/raw/main/install_ohmyzsh.sh)\"` |\n\n2. Install from GitHub:\n\n| Method    | Command                                                                                                         |\n| :-------- | :-------------------------------------------------------------------------------------------------------------- |\n| **curl**  | `sh -c \"$(curl -fsSL https://raw.githubusercontent.com/jinzcdev/ohmyzsh-with-plugins/main/install_ohmyzsh.sh)\"` |\n| **wget**  | `sh -c \"$(wget -O- https://raw.githubusercontent.com/jinzcdev/ohmyzsh-with-plugins/main/install_ohmyzsh.sh)\"`   |\n| **fetch** | `sh -c \"$(fetch -o - https://raw.githubusercontent.com/jinzcdev/ohmyzsh-with-plugins/main/install_ohmyzsh.sh)\"` |\n\n### Local Installation\n\nClone the project or create the script file locally, then run the following command:\n\n```sh\nsh install_ohmyzsh.sh\n```\n\n## Dependencies\n\nBefore running the script, make sure the following dependencies are installed:\n\n-   `git`\n-   `zsh`\n\nDepending on the operating system, you can use different package managers to install the above dependencies:\n\n| Operating System | Package Manager | Installation Command                          |\n| ---------------- | --------------- | --------------------------------------------- |\n| Debian/Ubuntu    | apt             | `sudo apt update \u0026\u0026 sudo apt install git zsh` |\n| CentOS/RHEL      | yum             | `sudo yum install git zsh`                    |\n| macOS            | brew            | `brew install git zsh`                        |\n\n## Uninstall Oh My Zsh\n\nRun `uninstall_oh_my_zsh` in the command line, which will automatically remove and restore your previous bash or zsh configuration.\n\n## License\n\nThis project is licensed under the MIT License. For more details, please refer to the [LICENSE](./LICENSE) file.\n\n## Related Links\n\n1. [Oh My Zsh Official Repository](https://github.com/ohmyzsh/ohmyzsh)\n2. [zsh-syntax-highlighting Official Repository](https://github.com/zsh-users/zsh-syntax-highlighting)\n3. [zsh-autosuggestions Official Repository](https://github.com/zsh-users/zsh-autosuggestions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinzcdev%2Fohmyzsh-with-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinzcdev%2Fohmyzsh-with-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinzcdev%2Fohmyzsh-with-plugins/lists"}