added codex install

This commit is contained in:
2026-08-09 13:53:25 -05:00
parent 2999be714d
commit 18a222bee6
+4
View File
@@ -187,6 +187,10 @@ if [ ! -e "${HOME}/.local/bin/kiro-cli" ]; then
curl -fsSL https://cli.kiro.dev/install | bash
fi
if [ ! -e "${HOME}/.local/bin/codex" ]; then
curl -fsSL https://chatgpt.com/codex/install.sh | sh
fi
popd 1>/dev/null 2>&1 || error_exit "failed to popd: ${SCRIPT_DIR}"
export NVIM_ARCH