joaofnds / asdf-install-latest

asdf utility to update plugins to their latest version, for all you update freaks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-install-latest

asdf-install-latest installs the latest semver version of all your asdf plugins so you don't have to 😄

demo.mov

asdf-install-latest will:

  • ignore desired plugins
  • ignore non-semver versions
  • set the global version to the latest version after install
  • run ~/.config/ail/hooks/{plugin}.sh after installing a new version of {plugin}
  • reshim before exiting

Install

brew install joaofnds/tap/asdf-install-latest

asdf-install-latest is also on aur as asdf-install-latest-bin

you can find builds for other systems in the releases page

Default config

# ~/.config/ail/config.yml
skip_set_global: false
ignore: []

About

asdf utility to update plugins to their latest version, for all you update freaks


Languages

Language:Go 100.0%