From 8b6f08825643e2d5835ed3138dee5301a4db4ffa Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Fri, 11 Aug 2023 16:17:50 -0700 Subject: [PATCH] Automated documentation update (#650) Automated documentation update [skip ci] Co-authored-by: github-actions --- src/common-utils/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common-utils/README.md b/src/common-utils/README.md index 1eddcbcc3..b8e37a8c8 100644 --- a/src/common-utils/README.md +++ b/src/common-utils/README.md @@ -18,6 +18,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r | installZsh | Install ZSH? | boolean | true | | configureZshAsDefaultShell | Change default shell to ZSH? | boolean | false | | installOhMyZsh | Install Oh My Zsh!? | boolean | true | +| installOhMyZshConfig | Allow installing the default dev container .zshrc templates? | boolean | true | | upgradePackages | Upgrade OS packages? | boolean | true | | username | Enter name of a non-root user to configure or none to skip | string | automatic | | userUid | Enter UID for non-root user | string | automatic |