Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/duduribeiro/devcontainer-features


https://github.com/duduribeiro/devcontainer-features

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# Dev Container Features

## Neovim

Build Neovim from source and installs

```jsonc
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/duduribeiro/devcontainer-features/neovim:1": {
"version": "stable"
}
}
}
```

## Tmux

Build Tmux from source and installs

```jsonc
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/duduribeiro/devcontainer-features/tmux:1": {
"version": "latest"
}
}
}
```