{"id":14064478,"url":"https://github.com/torbenmoeller/setup-scripts","last_synced_at":"2025-07-29T18:32:31.566Z","repository":{"id":117937333,"uuid":"391752168","full_name":"torbenmoeller/setup-scripts","owner":"torbenmoeller","description":"Jump start your windows setup or: Install Chrome without using the Internet Explorer","archived":false,"fork":false,"pushed_at":"2021-08-04T20:49:08.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-14T07:07:14.061Z","etag":null,"topics":["cmd","powershell","winget"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/torbenmoeller.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":"2021-08-01T22:23:13.000Z","updated_at":"2024-03-10T01:50:41.000Z","dependencies_parsed_at":"2024-05-27T23:17:57.344Z","dependency_job_id":"c8568c43-c407-4573-9420-4d7fa986714e","html_url":"https://github.com/torbenmoeller/setup-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/torbenmoeller%2Fsetup-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torbenmoeller%2Fsetup-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torbenmoeller%2Fsetup-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torbenmoeller%2Fsetup-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torbenmoeller","download_url":"https://codeload.github.com/torbenmoeller/setup-scripts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228040667,"owners_count":17860211,"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":["cmd","powershell","winget"],"created_at":"2024-08-13T07:03:53.233Z","updated_at":"2024-12-04T03:30:53.835Z","avatar_url":"https://github.com/torbenmoeller.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"# How to use this project\nExecute this script to automatically install software with winget.\n\nYou can find more information on my [blog post](https://pluvial.dev/post/setup-dev-environment/)\n\n```powershell\n$Url = \"https://github.com/torbenmoeller/setup-scripts/archive/refs/heads/main.zip\"\n$DownloadZipFile = \"setup-scripts/main.zip\"\n$ExtractPath = \"setup-scripts/unpacked/\"\n$Location = $ExtractPath + \"setup-scripts-main/\"\n$InstallAllScript = \"./install-all.ps1\"\n\n# Create new folder, if not existing\nNew-Item -ItemType Directory -Force -Path $ExtractPath\n# Download zip file from main branch \nInvoke-WebRequest -Uri $Url -OutFile $DownloadZipFile\n# Unzip archive\nExpand-Archive $DownloadZipFile -DestinationPath $ExtractPath\n# Switch inside the unzipped folders\nPush-Location $Location\n#Run install-all-script\n\u0026 $InstallAllScript\n```\n\n# Contact\nGet in touch: contact@pluvial.dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorbenmoeller%2Fsetup-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorbenmoeller%2Fsetup-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorbenmoeller%2Fsetup-scripts/lists"}