{"id":20180024,"url":"https://github.com/newset/boot-scripts","last_synced_at":"2026-07-03T05:31:32.937Z","repository":{"id":42973519,"uuid":"130809352","full_name":"newset/boot-scripts","owner":"newset","description":"scripts for new environment","archived":false,"fork":false,"pushed_at":"2024-05-30T15:05:37.000Z","size":66,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T17:17:06.872Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/newset.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-04-24T06:50:19.000Z","updated_at":"2024-05-30T15:05:42.000Z","dependencies_parsed_at":"2024-01-25T04:49:48.371Z","dependency_job_id":null,"html_url":"https://github.com/newset/boot-scripts","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/newset%2Fboot-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newset%2Fboot-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newset%2Fboot-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/newset%2Fboot-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/newset","download_url":"https://codeload.github.com/newset/boot-scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241616681,"owners_count":19991542,"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":[],"created_at":"2024-11-14T02:29:04.949Z","updated_at":"2026-07-03T05:31:27.884Z","avatar_url":"https://github.com/newset.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# boot-scripts\n\n[git](doc/git.md)\n\n## Homebrew 源\n\n- 清华\n```\nexport MIRROR=https://mirrors.tuna.tsinghua.edu.cn\nexport MIRROR_GIT=https://mirrors.tuna.tsinghua.edu.cn/git\n```\n\n- 腾讯\n```\nexport MIRROR=https://mirrors.cloud.tencent.com\nexport MIRROR_GIT=https://mirrors.cloud.tencent.com\n```\n\n### 安装软件和shell配置\n\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/newset/boot-scripts/master/install.sh)\"\n```\n\n### 安装Flutter\n\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/newset/boot-scripts/master/flutter.sh)\"\n```\n\n### 安装 App\n\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/newset/boot-scripts/master/app.sh)\"\n```\n\n### 安装前端开发工具\n\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/newset/boot-scripts/master/web.sh)\"\n```\n\n### 安装Android开发工具\n\n```\nsh -c \"$(curl -fsSL https://raw.githubusercontent.com/newset/boot-scripts/master/android.sh)\"\n```\n\n## 配置\n\n### NPM源设置\n\n```\nnpm config set registry http://r.cnpmjs.org --global\nnpm config set disturl https://npm.taobao.org/mirrors/node --global\n\nnpm i yarn -g\nyarn config set registry http://r.cnpmjs.org --global\nyarn config set disturl https://npm.taobao.org/mirrors/node --global\n```\n\n\n### 添加配置文件\n\n- 添加`.zshenv`文件\n\n```\ncurl -fsSL https://raw.githubusercontent.com/newset/boot-scripts/master/env/.zshenv \u003e $HOME/.zshenv\n```\n\n- 添加`.curlrc`文件\n\n```\ncurl -fsSL https://raw.githubusercontent.com/newset/boot-scripts/master/env/.curlrc \u003e $HOME/.curlrc\n```\n\n- 添加`.ssh/config`github配置\n\n```\necho \"Host github.com\n  HostName github.com\n  User git\n  ProxyCommand nc -v -x 127.0.0.1:1080 %h %p\" \u003e\u003e $HOME/.ssh/config\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewset%2Fboot-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnewset%2Fboot-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnewset%2Fboot-scripts/lists"}