CrouchingMuppet / asdf-colima

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-colima Build Lint

Colima plugin for mise-en-place and the asdf version manager.

Contents

Dependencies

Install

mise plugin:

Mise automatically installs plugins. If you want to use mise to install the lima dependency use:

mise global lima latest

asdf plugin:

# The pre-requisite `lima` can be optionally installed via asdf
asdf plugin add lima
asdf plugin add colima

Colima via mise:

# Show all installable versions
mise list-all colima

# Set a version globally (on your ~/.mise.toml file)
mise global colima latest

# Now colima commands are available
colima start

Check mise-en-place documentation for more instructions on how to install & manage versions.

Colima via asdf:

# Show all installable versions
asdf list-all colima

# Install specific version
asdf install colima latest

# Set a version globally (on your ~/.tool-versions file)
asdf global colima latest

# Now colima commands are available
colima start

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 © Miles Parfitt

About

License:MIT License


Languages

Language:Shell 100.0%