fixed lua formatting and added kiro-cli install

This commit is contained in:
2026-07-30 22:16:22 -05:00
parent 2929d9d70b
commit 137a5e7ea0
5 changed files with 48 additions and 13 deletions
+5
View File
@@ -119,6 +119,11 @@ if [ ! -d "${HOME}/.local/share/${NVIM_APPNAME}/Dart-Code" ]; then
popd 1>/dev/null 2>&1 || error_exit "failed to popd: Dart-Code"
popd 1>/dev/null 2>&1 || error_exit "failed to popd: ${HOME}/.local/share/${NVIM_APPNAME}"
fi
if [ ! -f "${HOME}/.local/bin/kiro-cli" ]; then
curl -fsSL https://cli.kiro.dev/install | bash
fi
popd 1>/dev/null 2>&1 || error_exit "failed to popd: ${SCRIPT_DIR}"
export NVIM_ARCH