gitconfig plugin for the asdf version manager.
bash,curl,tar: generic POSIX utilities.- Optional:
ASDF_gitconfig_OVERWRITE_ARCHif present you can specify arch to download an specific one.
Plugin:
asdf plugin add gitconfig
# or
asdf plugin add gitconfig https://github.com/0ghny/asdf-gitconfig.gitgitconfig:
# Show all installable versions
asdf list-all gitconfig
# Install specific version
asdf install gitconfig latest
# Set a version globally (on your ~/.tool-versions file)
asdf global gitconfig latest
# Now gitconfig commands are available
gitconfig --helpCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.