repo of dev container features
A dev container feature for managing antigen theme and bundles for zsh.
"features": {
"ghcr.io/phil-bell/devcontainer-features/antigen:1": {
"theme": "romkatv/powerlevel10k",
"bundles": [
"zsh-users/zsh-syntax-highlighting",
"zsh-users/zsh-completions"
]
}
}
Options Id | Description | Type | Default Value |
---|---|---|---|
theme | Theme to be installed | string | robbyrussell |
bundles | comma seperated list of antigen bundles to install | string | "" |