Last active
May 4, 2025 13:25
-
-
Save LeoriumDev/906bc52cbd564c12ec16563e081ec3e0 to your computer and use it in GitHub Desktop.
Launch an x86_64 virtual machine on Apple Silicon (ARM64) using Lima and QEMU, with your home directory mounted as writable.
This file contains hidden or 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
| limactl start --arch x86_64 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fix autocomplete issue
Install bash-completion
sudo apt updatesudo apt install bash-completionadd the following to ~/.bashrc
Update the shell
source ~/.bashrcadd the following to ~/.inputrc
bind -f ~/.inputrc