Skip to content

tobiaschc/devcontainer-features

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devcontainer Features

Tests

This repo contains my custom DevContainer Features.

You can learn more about Features at https://containers.dev/implementors/features/.

Features

Feature Description
starship Install and configure Starship prompt in your development container.

Usage

To reference a Feature from this repository, add it to your devcontainer.json. Each Feature has a README.md with details and options.

Example using the starship feature:

"name": "my-project-devcontainer",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
  "ghcr.io/tobiaschc/devcontainer-features/starship:1": {"configFile": "tobias"},
  "customizations": {
        "vscode": {
            "settings": {
                "terminal.integrated.fontFamily": "MesloLGS Nerd Font Mono",
            }
        }
    }
}

About

Terminal related devcontainer features.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •  

Languages