Update how podman is installed

This is paired with Podman Desktop
This commit is contained in:
Gene Liverman 2025-09-05 09:05:11 -04:00
parent 4adfb8b313
commit 7986fa849b
Signed by: genebean
SSH key fingerprint: SHA256:ZjLMZwtU49BWDoI2hgsA0/Q6XT4+S0kcKFWW1EJBicI
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,9 @@
export PATH=$PATH:/opt/puppetlabs/bin
export PATH=$PATH:/opt/puppetlabs/pdk/bin
export PATH=$PATH:/opt/puppetlabs/puppet/bin
# Podman installer pkg for the cli places podman here
export PATH=/opt/podman/bin:$PATH
'';
oh-my-zsh.plugins = [ "macos" ];
shellAliases = {

View file

@ -41,7 +41,7 @@
"opentofu"
"node_exporter"
"pinentry-mac"
"podman"
#"podman" # this version is missing libkrun. Use installer at https://github.com/containers/podman/releases instead
"qemu"
"telegraf"
"terraform-docs"