{"id":14063125,"url":"https://github.com/arkadiusjonczek/windows-for-developers","last_synced_at":"2026-01-23T21:25:06.075Z","repository":{"id":79370806,"uuid":"255562471","full_name":"arkadiusjonczek/windows-for-developers","owner":"arkadiusjonczek","description":"Solutions for developers new on Windows coming from macOS or Linux. (Not Windows Developers)","archived":false,"fork":false,"pushed_at":"2020-04-14T12:14:15.000Z","size":1,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T16:43:51.422Z","etag":null,"topics":["chocolatey","linux","macos","package-manager","terminal","windows","windows-subsystem-for-linux","windows-subsystem-linux","wsl"],"latest_commit_sha":null,"homepage":"","language":null,"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/arkadiusjonczek.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,"publiccode":null,"codemeta":null}},"created_at":"2020-04-14T09:12:34.000Z","updated_at":"2025-06-13T05:58:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"87828610-a671-4315-85c6-c37f8c621321","html_url":"https://github.com/arkadiusjonczek/windows-for-developers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arkadiusjonczek/windows-for-developers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkadiusjonczek%2Fwindows-for-developers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkadiusjonczek%2Fwindows-for-developers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkadiusjonczek%2Fwindows-for-developers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkadiusjonczek%2Fwindows-for-developers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arkadiusjonczek","download_url":"https://codeload.github.com/arkadiusjonczek/windows-for-developers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arkadiusjonczek%2Fwindows-for-developers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267703057,"owners_count":24130463,"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-07-29T02:00:12.549Z","response_time":2574,"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":["chocolatey","linux","macos","package-manager","terminal","windows","windows-subsystem-for-linux","windows-subsystem-linux","wsl"],"created_at":"2024-08-13T07:03:04.550Z","updated_at":"2026-01-23T21:25:06.045Z","avatar_url":"https://github.com/arkadiusjonczek.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Windows for Developers (Not Windows Developers)\n\nThis is a short description with solutions for every developer new on Windows coming from macOS or GNU/Linux. Sometimes you have to work on Windows as a developers because of company guidelines. So this description is for you.\n\n- [Package Manager](#package-manager)\n- [Terminal](#terminal)\n\n## Package Manager\n\nOn GNU/Linux distributions you have package manager by default on board (for example apt on debian) and you know how useful it is.\n\nAlso on macOS you have unofficial package managers like homebrew (short: brew) which are very good and useful since macOS has no official package manager.\n\nSo working on Windows as a developer you may be looking for a package manager on Windows and you're very lucky since there is a solution:\n\n[Chocolatey - The Package Manager for Windows](https://chocolatey.org/)\n\n### Installation\n\nThe installation is very easy. Just open a PowerShell as Administrator:\n\n1. Press Windows Key\n2. Enter \"PowerShell\"\n3. Right Click on \"Windows PowerShell\" and then \"Start as Administrator\"\n\nThen run the following command:\n\n```\nSet-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))\n```\n\nAfter that you can start the Windows Command Shell (cmd.exe) and use the ```choco``` command.\n\n### Usage\n\nThe usage of choco command is also very easy and similar to the apt or brew command. I think the most important commands are search, info and install.\n\nYou can see all commands with:\n\n```choco -h``` or ```choco /?```\n\n**Please keep in mind to start the Command Shell or PowerShell as Administrator when using Chocolatey.**\n\n## Terminal\n\nBesides the package manager the terminal is on of the most important tools of a developer coming from macOS or GNU/Linux.\n\nOn Windows there is the Command Shell (cmd.exe) and PowerShell (PowerShell.exe). But to me as a developer these command shells were not quite satisfying so I was looking for another solution.\n\nAmazingly I found one good solution from Microsoft called Microsoft Terminal, which is currently a preview version:\n\n[Microsoft Terminal (Preview)](https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701)\n\nYou can also install it using Chocolatey: ```choco install microsoft-windows-terminal```\n\nI primarily use it with the Windows-Subsystem for Linux (WSL) which is I think the easiest way to use Linux on Windows.\n\n[Windows-Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkadiusjonczek%2Fwindows-for-developers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farkadiusjonczek%2Fwindows-for-developers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farkadiusjonczek%2Fwindows-for-developers/lists"}