Awesome
<div align="center">asdf-lima
Lima plugin for mise-en-place and the asdf version manager.
</div>Contents
Dependencies
qemu-img
: QEMU disk image utilitybrew install qemu
on macOS.bash
,curl
: generic POSIX utilities.
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
# Install latest version
mise install lima@latest
# 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