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.git
ag:
# 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 --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.