fixed lua formatting and added kiro-cli install
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user