From 8f5bb584ae3c10f4826ee3912e9d1405cd01405f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Beamonte?= Date: Mon, 10 Jul 2023 11:53:33 -0400 Subject: [PATCH] feat: add bash plugin --- README.md | 1 + plugins/bash | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/bash diff --git a/README.md b/README.md index 1a9f0375b..65aea1fa0 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Azure Functions Core Tools | [daveneeley/asdf-azure-functions-core-tools](https://github.com/daveneeley/asdf-azure-functions-core-tools) | [![Build Status](https://github.com/daveneeley/asdf-azure-functions-core-tools/actions/workflows/build.yml/badge.svg)](https://github.com/daveneeley/asdf-azure-functions-core-tools/actions/workflows/build.yml) | | babashka | [pitch-io/asdf-babashka](https://github.com/pitch-io/asdf-babashka) | [![Build Status](https://github.com/pitch-io/asdf-babashka/workflows/Build/badge.svg)](https://github.com/pitch-io/asdf-babashka/actions) | | balena-cli | [boatkit-io/asdf-balena-cli](https://github.com/boatkit-io/asdf-balena-cli) | [![Build Status](https://github.com/boatkit-io/asdf-balena-cli/workflows/Main%20Workflow/badge.svg)](https://github.com/boatkit-io/asdf-balena-cli/blob/main/.github/workflows/workflow.yml) | +| bash | [XaF/asdf-bash](https://github.com/XaF/asdf-bash) | [![Build Status](https://github.com/XaF/asdf-bash/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/XaF/asdf-bash/actions) | | bashbot | [mathew-fleisch/asdf-bashbot](https://github.com/mathew-fleisch/asdf-bashbot) | [![Build Status](https://github.com/mathew-fleisch/asdf-bashbot/workflows/Build/badge.svg?branch=main)](https://github.com/mathew-fleisch/asdf-bashbot/actions) | | bat | [wt0f/bat](https://gitlab.com/wt0f/asdf-bat) | [![pipeline status](https://gitlab.com/wt0f/asdf-bat/badges/master/pipeline.svg)](https://gitlab.com/wt0f/asdf-bat/-/commits/master) | | Batect | [johnlayton/asdf-batect](https://github.com/johnlayton/asdf-batect) | [![Build Status](https://github.com/johnlayton/asdf-batect/actions/workflows/workflow.yml/badge.svg?branch=main)](https://github.com/johnlayton/asdf-batect/actions/workflows/workflow.yml) | diff --git a/plugins/bash b/plugins/bash new file mode 100644 index 000000000..f90029617 --- /dev/null +++ b/plugins/bash @@ -0,0 +1 @@ +repository = https://github.com/XaF/asdf-bash.git