CrouchingMuppet / asdf-lima

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-lima Build Lint

Lima 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:

asdf plugin:

asdf plugin add lima
# or
asdf plugin add lima https://github.com/CrouchingMuppet/asdf-lima.git

Lima via mise:

# Show all installable versions
mise list-all lima

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

# Now limactl and lima commands are available
limactl start
lima uname -a

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

Lima via asdf:

# Show all installable versions
asdf list-all lima

# Install specific version
asdf install lima latest

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

# Now limactl and lima commands are available
limactl start
lima uname -a

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%