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
# Install Homebrew (https://brew.sh/) | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
# Install multipass via homebrew | |
brew install --cask multipass | |
# Create a Multipass VM instance | |
# 'jammy' is Ubuntu 22.04LTS. | |
# Please note that the alias cannot start with a number so '42berlin' is not valid | |
# Default username is ubuntu: you can use your Linux skills to create a different one later on if you want |