From 30253bcb0db665fd710cfca45e42935342a730f8 Mon Sep 17 00:00:00 2001 From: "D. Purge" Date: Thu, 31 Oct 2024 12:35:59 +0100 Subject: [PATCH] MacOS setup --- content/docs/devops/macos/_index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/docs/devops/macos/_index.md b/content/docs/devops/macos/_index.md index 6b75fd8b..b87e1295 100644 --- a/content/docs/devops/macos/_index.md +++ b/content/docs/devops/macos/_index.md @@ -85,6 +85,9 @@ tgswitch pip install jupyterlab deno jupyter --install pip install ansible +brew install go-task/tap/go-task +brew install k3d +brew install podman-compose ``` Add to `~/.zshenv`: @@ -105,7 +108,8 @@ Use installer from [download page](https://code.visualstudio.com/download). Use installer from [GitHub releases](https://github.com/containers/podman/releases). ```sh -podman machine init default +podman machine init --cpus 4 --memory 2048 --disk-size 100 +podman machine set --rootful ``` ## Go