Skip to content

xaf/asdf-bash

Repository files navigation

asdf-bash Build Lint

bash plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • ASDF_CONCURRENCY: if you want to define the compilation concurrency when make is called to build a bash version

Install

Plugin:

asdf plugin add bash
# or
asdf plugin add bash https://github.com/XaF/asdf-bash.git

bash:

# Show all installable versions
asdf list-all bash

# Install specific version
asdf install bash latest

# Set a version globally (on your ~/.tool-versions file)
asdf global bash latest

# Now bash commands are available
bash --version

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Raphaël Beamonte