This directory will set up the asdf
tool version manager and install plugins.
- Setup
asdf
version manager:
The setup.sh
script will install asdf
following the
official guide.
- Install plugins:
Install plugins process will run in this order:
-
setup.sh
will find all script files*.sh
in theasdf
directory and run it. -
Each plugin setup file should be named as
<plugin>.setup.sh
, for example:nodejs.setup.sh
orpython.setup.sh
. -
Note that each plugin will have some dependencies, these dependencies should be added in the
packages
directory.
Run setup.sh
to setup asdf
and install plugins:
./setup.sh