You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have a file that installs the plugins. We should test if installing a plugin is idempotent, and if it's safe to rerun - if it's not we need to have separate install and init files.
We also need to have a file that set's up default versions for the various tools. This would be where you went to "upgrade" a version of a tool, and then reapply the init file.
asdf install nodejs 14.10.0
asdf global nodejs 14.10.0
The text was updated successfully, but these errors were encountered:
https://github.com/vtm9/dotfiles/blob/ddca4753d6b64c2eda2ba45030d3596a1012ac00/Makefile#L18-L44
https://asdf-vm.com/manage/plugins.html
.asdf/
module if it existsBonus points
Other relevant plugins:
Init and install files
We need to have a file that installs the plugins. We should test if installing a plugin is idempotent, and if it's safe to rerun - if it's not we need to have separate install and init files.
We also need to have a file that set's up default versions for the various tools. This would be where you went to "upgrade" a version of a tool, and then reapply the init file.
The text was updated successfully, but these errors were encountered: