Skip to content

osechet/devcontainers-features

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

718 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devcontainer Features

Codespaces Devcontainers

🐳 Extra add-in features for devcontainers and GitHub Codespaces

💻 Works with devcontainers ☁️ Works with GitHub Codespaces

Created from https://github.com/devcontainers-contrib/features

Usage

Just add a .devcontainer/devcontainer.json file with a features key.

📚 Make sure to inspect each feature for feature-specific options!

{
  "image": "mcr.microsoft.com/devcontainers/universal",
  "features": {
    "ghcr.io/osechet/features/fzf": {},
    "ghcr.io/osechet/features/zoxide": {}
  }
}

Then, after adding your devcontainer config file, you can open it in GitHub Codespaces, or [open it locally using VS Code]. Be warned some features will compile things from source code and may take a while!

About

🐳 Extra add-in features for Devcontainers and GitHub Codespaces. This a fork of https://github.com/devcontainers-contrib/features to maintain the features I use.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%