Skip to content

andweeb/asdf-delta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-delta Build Lint

delta plugin for the asdf version manager.

Dependencies

Generic POSIX utilities bash, curl, tar

Install

# Add the plugin
$ asdf plugin add delta https://github.com/andweeb/asdf-delta.git

# Manage and use delta
$ asdf list-all delta       # Show all installable versions
$ asdf install delta latest # Install specific version
$ asdf global delta latest  # Set a version globally (on your ~/.tool-versions file)
$ delta                     # Now delta is available
Usage: delta minus_file plus_file

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

Contributing

Contributions of any kind welcome! See the contributing guide.