Skip to content

phil-bell/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devcontainer-features

repo of dev container features

Antigen

A dev container feature for managing antigen theme and bundles for zsh.

Example Usage

"features": {
    "ghcr.io/phil-bell/devcontainer-features/antigen:1": {
        "theme": "romkatv/powerlevel10k",
        "bundles": [
            "zsh-users/zsh-syntax-highlighting",
            "zsh-users/zsh-completions"
        ]
    }
}

Options

Options Id Description Type Default Value
theme Theme to be installed string robbyrussell
bundles comma seperated list of antigen bundles to install string ""

About

repo of dev container features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages