Skip to content

Commit a8c7506

Browse files
authored
feat: add zellij (#106)
* feat: add zellij * chore: fix test
1 parent 9188119 commit a8c7506

File tree

5 files changed

+36
-0
lines changed

5 files changed

+36
-0
lines changed

features/src/zellij/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# tmux
2+
3+
#
4+
5+
```json
6+
"features": {
7+
"ghcr.io/bushero/devcontainers/features/tmux:1.0.0": {}
8+
}
9+
```
10+
11+
---
12+
13+
_Note: This file was auto-generated from the [devcontainer-feature.json](/features/src/tmux/devcontainer-feature.json). Add additional notes to a `Notes.md`._
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainerFeature.schema.json",
3+
"id": "tmux",
4+
"version": "1.0.0",
5+
"name": "tmux"
6+
}

features/src/zellij/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
apk update
4+
apk upgrade
5+
apk add zellij

features/test/zellij/alpine.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
set -e
3+
4+
zellij --version
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"alpine": {
3+
"image": "alpine:latest",
4+
"features": {
5+
"zellij": {}
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)