Skip to content

Commit

Permalink
MacOS setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dpurge committed Oct 31, 2024
1 parent 0b6bd94 commit 30253bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/docs/devops/macos/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand All @@ -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
Expand Down

0 comments on commit 30253bc

Please sign in to comment.