This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# DISCLAIMER: I am not a mac person | |
# Sources: https://github.com/rancher-sandbox/rancher-desktop/issues/1330 | |
brew install lima | |
# Since brew is broken for me I fetched the limectl prebuilt binary from https://github.com/lima-vm/lima/releases/tag/v0.8.2 | |
export LIMA_HOME=~/Library/Application\ Support/rancher-desktop/lima | |
# Note the following commands, only work when the env var is set | |
limactl ls |