0ghny / asdf-gitconfig

asdf-vm plugin to manage gitconfigs cli versions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-gitconfig Build Lint

gitconfig plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • Optional: ASDF_gitconfig_OVERWRITE_ARCH if present you can specify arch to download an specific one.

Install

Plugin:

asdf plugin add gitconfig
# or
asdf plugin add gitconfig https://github.com/0ghny/asdf-gitconfig.git

gitconfig:

# 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 --help

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © 0ghny

About

asdf-vm plugin to manage gitconfigs cli versions

License:MIT License


Languages

Language:Shell 100.0%