chore: add required setup steps for macOS development

The changes add several necessary setup steps for a complete macOS
development environment including Rosetta, GPG configuration, project
initialization, and system preferences restoration.
This commit is contained in:
Stefan Imhoff
2025-03-14 16:16:12 +01:00
parent 6e2b56def4
commit f6d6d675d0
2 changed files with 34 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ First, install the Xcode command-line tools:
```sh
xcode-select --install
sudo softwareupdate --install-rosetta
sudo xcodebuild -license accept
```
## Install Homebrew