ag plugin for the asdf version manager.
bash,curl,tar: generic POSIX utilities.Automake,pkg-config,PCRE,LZMA: the_silver_searcher's dependencies.
Plugin:
asdf plugin add ag
# or
asdf plugin add ag https://github.com/koketani/asdf-ag.gitag:
# Show all installable versions
asdf list-all ag
# Install specific version
asdf install ag latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ag latest
# Now ag commands are available
ag --helpCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.