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
| # install xcodes | |
| brew install robotsandpencils/made/xcodes aria2 | |
| # install & select latest version of xcode | |
| xcodes list | awk 'END{system("xcodes install " $1"; xcodes select " $1)}' | |
| # install x86-64 homebrew | |
| arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| # switch to x86_64 homebrew |
OlderNewer