diff --git a/home/dot_config/shell/exports.sh.tmpl b/home/dot_config/shell/exports.sh.tmpl index 03614438..a687ae82 100644 --- a/home/dot_config/shell/exports.sh.tmpl +++ b/home/dot_config/shell/exports.sh.tmpl @@ -296,6 +296,9 @@ export PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" export POETRY_HOME="$XDG_DATA_HOME/poetry" export PATH="$POETRY_HOME/bin:$PATH" +### Porter +export PORTER_HOME="$XDG_DATA_HOME/porter" + ### Postgres export PSQLRC="$XDG_CONFIG_HOME/pg/psqlrc" export PSQL_HISTORY="$XDG_STATE_HOME/psql_history" diff --git a/software.yml b/software.yml index 6e53f433..cd949bed 100644 --- a/software.yml +++ b/software.yml @@ -8684,6 +8684,7 @@ softwarePackages: - docker-ce - docker-ce-cli - docker-compose-plugin + script:darwin: echo "Docker CLI installed by Docker Desktop on macOS" zypper: - containerd.io - docker-ce