{"id":30983829,"url":"https://github.com/jamesukiyo/windows-setup","last_synced_at":"2025-09-12T11:10:02.575Z","repository":{"id":313214451,"uuid":"988576323","full_name":"jamesukiyo/windows-setup","owner":"jamesukiyo","description":"A comprehensive bash script to configure a development environment on Windows.","archived":false,"fork":false,"pushed_at":"2025-09-04T14:41:46.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-04T16:32:24.527Z","etag":null,"topics":["bash-script","dev-environment","windows-11","windows-development","windows-setup"],"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/jamesukiyo.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-05-22T18:50:46.000Z","updated_at":"2025-09-04T14:41:49.000Z","dependencies_parsed_at":"2025-09-04T16:32:27.174Z","dependency_job_id":"ac9b28a2-731b-4e53-9e0d-dddaf42024e9","html_url":"https://github.com/jamesukiyo/windows-setup","commit_stats":null,"previous_names":["jamesukiyo/windows-setup"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jamesukiyo/windows-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesukiyo%2Fwindows-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesukiyo%2Fwindows-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesukiyo%2Fwindows-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesukiyo%2Fwindows-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesukiyo","download_url":"https://codeload.github.com/jamesukiyo/windows-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesukiyo%2Fwindows-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274800755,"owners_count":25352178,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"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":["bash-script","dev-environment","windows-11","windows-development","windows-setup"],"created_at":"2025-09-12T11:10:00.552Z","updated_at":"2025-09-12T11:10:02.559Z","avatar_url":"https://github.com/jamesukiyo.png","language":"Shell","readme":"# Windows 11 developer setup script\nThis is a script I created and use on Windows machines to quickly configure the\nenvironment. It hasn't really been tested but it's worked 3 times for me so far.\n\n## Notes\nI mainly work with Go and Rust so it's tailored to that.\n\nDry run mode doesn't work well, I added it for testing but it's not very\nconsistent so I recommend not using it.\n\nYou will need to make quite a few changes to make it work for you (personal\npackages, repos etc.) so feel free to fork this repo and use it as you wish or\nopen a PR if something can generally be improved. However, please do not change\nthe packages, buckets etc. if contributing - this is a personal script.\n\nUses scoop, winget, go, npm, chezmoi and git and relies on bash shell.\n\n## Features:\n- retries failed commands (see `RETRIES`)\n- attempts to run installs in parallel although, I'm not sure it actually works\n  (see `JOBS`)\n- add scoop buckets and install packages\n- install winget packages\n- chezmoi initialisation with gh cli auth\n- clone github repos or pull if they already exist to `~/documents/projects`\n- clone github plugin repos to `~/documents/projects/plugins`\n- install go tools\n- install npm tools\n- install proto (toolchain management I use for projects)\n- setup rustup + Visual Studio BuildTools which are needed for rust on Windows\n- add shortcuts to start-up folder\n- makes a few useful registry edits (old context menu, )\n- verbose, coloured logging\n- many checks to avoid running commands unnecessarily\n- script timing\n- and more...\n\n## Usage\nI recommend adjusting/removing/adding what you need. Most of the functions will\nbe useful to anyone but a lot of it is specific to my needs so I won't provide a\ncomprehensive guide.\n\nThe headings in the script are a useful way to get started and understand what\neach section of the script does.\n\nYou'll mostly be making use of the functions like: `run_command`,\n`install_package`, `parallel_install`, `log`, `safe_cd`, `check_command` etc. to\nperform most tasks.\n\nMake sure the paths are updated to match your system/account.\n\nRun in a user bash shell:\n```\n./setup.sh\n```\n\n## License MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesukiyo%2Fwindows-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesukiyo%2Fwindows-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesukiyo%2Fwindows-setup/lists"}