Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Oct 2, 2023
2 parents c7b2c77 + 64c4381 commit abe1bb9
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/alpine-bat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-bat (alpine-bat)

Installs bat on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-bat:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-bat/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-gh-cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-gh-cli (alpine-gh-cli)

Installs Github CLI on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-gh-cli:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-gh-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-nano/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-nano (alpine-nano)

Installs nano on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-nano:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-nano/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24 changes: 24 additions & 0 deletions src/alpine-nushell/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# alpine-nushell (alpine-nushell)

Installs nushell on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-nushell:0": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| initStarship | Init starship | boolean | true |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-nushell/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
24 changes: 24 additions & 0 deletions src/alpine-ohmyzsh/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# alpine-ohmyzsh (alpine-ohmyzsh)

Installs ohmyzsh on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-ohmyzsh:0": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| initStarship | Init starship | boolean | true |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-ohmyzsh/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
20 changes: 20 additions & 0 deletions src/alpine-starship/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# alpine-starship (alpine-starship)

Installs starship on alpine

## Example Usage

```json
"features": {
"ghcr.io/cirolosapio/devcontainers-features/alpine-starship:0": {}
}
```





---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cirolosapio/devcontainers-features/blob/main/src/alpine-starship/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 comments on commit abe1bb9

Please sign in to comment.