{"id":19807937,"url":"https://github.com/jwygithub/oh-my-dev","last_synced_at":"2026-06-04T20:31:19.534Z","repository":{"id":148042783,"uuid":"530959637","full_name":"jwyGithub/oh-my-dev","owner":"jwyGithub","description":"my development configuration","archived":false,"fork":false,"pushed_at":"2025-03-28T08:08:21.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"next","last_synced_at":"2025-08-21T21:30:36.170Z","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/jwyGithub.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}},"created_at":"2022-08-31T06:23:17.000Z","updated_at":"2025-03-28T08:08:25.000Z","dependencies_parsed_at":"2024-04-01T02:25:13.978Z","dependency_job_id":"860f753d-60ca-4ede-bcb4-6f326945f55e","html_url":"https://github.com/jwyGithub/oh-my-dev","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jwyGithub/oh-my-dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Foh-my-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Foh-my-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Foh-my-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Foh-my-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jwyGithub","download_url":"https://codeload.github.com/jwyGithub/oh-my-dev/tar.gz/refs/heads/next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jwyGithub%2Foh-my-dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33917202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":[],"created_at":"2024-11-12T09:12:25.056Z","updated_at":"2026-06-04T20:31:19.497Z","avatar_url":"https://github.com/jwyGithub.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Development configuration\n\n## CentOS\n\n1. 开启 BBR\n\n```sh\nbash \u003c(curl -Lso- https://git.io/kernel.sh)\n```\n\n2. 更换 镜像源\n\n```sh\nbash \u003c(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh)\n```\n\n3. Oracle Cloud centos 8 stream\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/jwyGithub/oh-my-dev/next/centos/oc_init.sh)\"\n```\n\n4. 初始化 docker 容器\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/jwyGithub/oh-my-dev/next/docker/init.sh)\"\n```\n\n5. ssl\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/jwyGithub/oh-my-dev/next/centos/cert.sh)\"\n```\n\n## zsh\n\n1. install zsh\n\n-   ubuntu\n\n```sh\nsudo apt-get install zsh -y\n```\n\n-   centos\n\n```sh\nsudo yum install zsh -y\n```\n\n-   macos\n\n```sh\nbrew install zsh\n```\n\n2. install oh-my-zsh\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"\n```\n\n3. install dev-zsh.sh\n\n```sh\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/jwyGithub/oh-my-dev/main/zsh/dev-zsh.sh)\"\n```\n\n4. append proxy to ~/.zshrc\n\n\u003e macos\n\n```sh\necho \"$(curl https://raw.githubusercontent.com/jwyGithub/oh-my-dev/main/zsh/proxy/macos.zsh)\" \u003e\u003e ~/.zshrc\n```\n\n\u003e linux\n\n```sh\necho \"$(curl https://raw.githubusercontent.com/jwyGithub/oh-my-dev/main/zsh/proxy/linux.zsh)\" \u003e\u003e ~/.zshrc\n```\n\n## node\n\n```sh\n\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/jwyGithub/oh-my-dev/main/node/install.sh)\"\n```\n\n-   wsl 端口转发\n\n```sh\nnetsh interface portproxy add v4tov4 listenport=80 listenaddress=0.0.0.0 connectport=80 connectaddress=1.1.1.1\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwygithub%2Foh-my-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjwygithub%2Foh-my-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjwygithub%2Foh-my-dev/lists"}