diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-08-12 02:17:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 02:17:50 +0300 |
commit | 8b6f08825643e2d5835ed3138dee5301a4db4ffa (patch) | |
tree | b49c13dbe8a32d05f9eed427a8ed85f56484332e /src/common-utils/README.md | |
parent | be082b0ef5f0f3795708cd1a6c37a427d8c0bb73 (diff) |
Automated documentation update (#650)
Automated documentation update [skip ci]
Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/common-utils/README.md')
-rw-r--r-- | src/common-utils/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common-utils/README.md b/src/common-utils/README.md index 1eddcbc..b8e37a8 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 | |