From 61e19bee16871aeb46a9f8ee9734ca89f5b0a82c Mon Sep 17 00:00:00 2001 From: pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com> Date: Wed, 21 Feb 2024 01:29:36 -0600 Subject: [PATCH] docs: update README.md - todo section - update asdf instructions --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 6bc80a3..42c2ebe 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,6 @@ To help with that, the [commitizen](https://commitizen-tools.github.io/commitize ```bash # install cz npm install -g commitizen cz-conventional-changelog -brew install commitizen # make repo cz friendly commitizen init cz-conventional-changelog --save-dev --save-exact @@ -245,30 +244,31 @@ cz-cli@4.3.0, cz-conventional-changelog@3.3.0 ### Additional tooling -Additional tooling includes but is not limited to: +#### TODO + +* Add [devbox](https://www.jetpack.io/devbox/) 👌 #### asdf * Install [asdf](https://asdf-vm.com/guide/getting-started.html#_2-download-asdf) -* Usage +* Add plugins ```bash - # add python plugin asdf plugin-add python - + asdf plugin-add poetry https://github.com/asdf-community/asdf-poetry.git + asdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git + ``` +* Usage + * Install local plugins in repo + ```bash + asdf install + ``` + * Install specific plugins + ```bash # install stable python asdf install python # set stable to system python asdf global python latest - - # add poetry asdf plugin - asdf plugin-add poetry https://github.com/asdf-community/asdf-poetry.git - - # install latest version via asdf - asdf install poetry - - # set latest version as default - asdf global poetry latest ``` #### shellcheck