From 1b44766349de7e512402fd0de81f461c674bf96a Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Mon, 8 Jun 2026 15:22:30 +0300 Subject: [PATCH 1/2] docs(homebrew): use full formulae name --- src/content/blog/windows-ddev-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/blog/windows-ddev-setup.md b/src/content/blog/windows-ddev-setup.md index 246c522f..07bfbe8c 100644 --- a/src/content/blog/windows-ddev-setup.md +++ b/src/content/blog/windows-ddev-setup.md @@ -67,7 +67,7 @@ Two recent Windows machines I set up were the new ARM64/Qualcomm/CoPilot variety 21. Install `git` for Windows (and `git-bash`) 22. Use [sharpkeys](https://github.com/randyrants/sharpkeys) to disable the Caps Lock key. 23. Install Homebrew for just a few uses: `/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"` -24. Install a few things with `brew tap bats-core/bats-core` and `brew install bats-core bats-assert bats-support bats-file claude go golangci-lint` +24. Install a few things with `brew install bats-core bats-core/bats-core/bats-assert bats-core/bats-core/bats-file bats-core/bats-core/bats-support claude go golangci-lint` 25. Install [goreleaser pro](https://goreleaser.com/install/#apt-repository) We'd love to hear your own hints and tips on how you set up a Windows machine (or any other computer!). You can contribute to this article with a [PR to the blog](https://github.com/ddev/ddev.com) or make your suggestions on [Discord](/s/discord). We welcome guest blogs too! From 07e72fd83d5df721c9e0fdfeeabe0325a85d6bec Mon Sep 17 00:00:00 2001 From: Stanislav Zhuk Date: Mon, 8 Jun 2026 16:32:50 +0300 Subject: [PATCH 2/2] update modified comment --- src/content/blog/windows-ddev-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/blog/windows-ddev-setup.md b/src/content/blog/windows-ddev-setup.md index 07bfbe8c..081f96fd 100644 --- a/src/content/blog/windows-ddev-setup.md +++ b/src/content/blog/windows-ddev-setup.md @@ -1,7 +1,7 @@ --- title: "Setting up a Windows Machine for DDEV Development" pubDate: 2024-11-04 -modifiedDate: 2025-12-30 +modifiedDate: 2026-06-08 summary`: Setting up a new Windows machine for DDEV maintenance or development is pretty easy. Here are my opinionated steps. author: Randy Fay featureImage: @@ -9,7 +9,7 @@ featureImage: alt: Windows, DDEV, Ubuntu logos demonstrating setting up a Windows machine for DDEV. categories: - DevOps -modifiedComment: "Ongoing updates, including claude code and better use of brew for some things now that arm64 is supported" +modifiedComment: "Update Homebrew instructions" --- I've recently set up a few Windows machines for DDEV maintenance and development, and wanted to share how I do it. It's surprisingly easy. My approach here is opinionated, but it works for me. You'll do things a little differently I'm sure.