From b6bbc98d9bb554770033908ef7362e8c7fab021f Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Wed, 14 Jun 2023 08:02:32 +0000 Subject: [PATCH] Latest --- home/dot_config/shell/exports.sh.tmpl | 3 +++ software.yml | 1 + 2 files changed, 4 insertions(+) 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