Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duduribeiro/devcontainer-features
https://github.com/duduribeiro/devcontainer-features
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/duduribeiro/devcontainer-features
- Owner: duduribeiro
- License: mit
- Created: 2024-05-01T04:57:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T20:14:27.000Z (9 months ago)
- Last Synced: 2024-11-11T23:41:54.892Z (3 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
}
}
```