Skip to content

Automated documentation update #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions src/ohmyzsh-custom/README.md
Original file line number Diff line number Diff line change
@@ -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`._