Added homebrew bundle settings and podman environment.

Signed-off-by: Rack Lin <racklin@gmail.com>
This commit is contained in:
2026-03-15 12:35:40 +08:00
parent 6238742f20
commit 8bd05824c0
4 changed files with 168 additions and 20 deletions

View File

@@ -1,3 +1,9 @@
# podman migrate transparently from Docker to Podman Desktop
if type -q podman
set PODMAN_SOCKET_PATH "$(podman machine inspect --format '{{.ConnectionInfo.PodmanSocket.Path}}')"
export DOCKER_HOST="unix://$PODMAN_SOCKET_PATH"
end
if type -q docker
# PHP in container