Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 661 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 661 Bytes

Device Setup

Mac

Setup

cd mac

bash start.sh

Update

brew upgrade
sudo softwareupdate --install --all

Cleanup

brew outdated
brew autoremove
brew cleanup --prune=all --dry-run

Misc

Colima

Standard
colima start --memory 10 --cpu 6 --disk 100 --arch aarch64 --network-address
x86_64
colima start --memory 10 --cpu 6 --disk 100 --arch x86_64

Helpful Links