Skip to content

Commit

Permalink
add install order on nushell & ohmyzsh
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Oct 21, 2023
1 parent a0fb6c2 commit ab02b83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/alpine-nushell/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "alpine-nushell",
"id": "alpine-nushell",
"version": "0.0.7",
"version": "0.0.8",
"description": "Installs nushell on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-nushell",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-starship"
],
"options": {
"initStarship": {
"type": "boolean",
Expand Down
5 changes: 4 additions & 1 deletion src/alpine-ohmyzsh/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "alpine-ohmyzsh",
"id": "alpine-ohmyzsh",
"version": "0.0.8",
"version": "0.0.9",
"description": "Installs ohmyzsh on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-ohmyzsh",
"installsAfter": [
"ghcr.io/cirolosapio/devcontainers-features/alpine-starship"
],
"options": {
"initStarship": {
"type": "boolean",
Expand Down

0 comments on commit ab02b83

Please sign in to comment.