From 1ff374d9f03c1bd16a4a1397a6c961443b90fd8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 16 Oct 2024 15:19:13 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/ohmyzsh-custom/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/ohmyzsh-custom/README.md b/src/ohmyzsh-custom/README.md index e69de29..919f1fe 100644 --- a/src/ohmyzsh-custom/README.md +++ b/src/ohmyzsh-custom/README.md @@ -0,0 +1,30 @@ + +# Oh My Zsh Customization (ohmyzsh-custom) + +Set up and configure common Oh My Zsh plugins and theme(s) + +## Example Usage + +```json +"features": { + "ghcr.io/clusterhack/devcontainer-features/ohmyzsh-custom:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| plugins | Space-separated list of plugins to install and enable; see documentation for supported plugins. | string | git virtualenv zsh-autosuggestions per-directory-history | +| theme | Theme to select, installing if necessary | string | p10k | +| disableAutoupdate | Disable Oh My Zsh auto-update check | boolean | true | +| installAliases | Install alias presets | boolean | true | +| extraAliases | File with extra alias definitions; relative to repo root | string | - | +| extraPowerlevel10kCustomizations | File with extra Powerlevel10k customizations; relative to repo root | string | - | +| extraAgnosterCustomizations | File with extra Agnoster customizations; relative to repo root | string | - | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/clusterhack/devcontainer-features/blob/main/src/ohmyzsh-custom/devcontainer-feature.json). Add additional notes to a `NOTES.md`._