Created
November 28, 2025 18:24
-
-
Save punkyoon/a56eeac15b73e8d36bedc7a1a92d6a78 to your computer and use it in GitHub Desktop.
setup mac
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
| # https://brew.sh | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| brew install --cask orbstack | |
| brew install --cask google-chrome | |
| brew install --cask jetbrains-toolbox | |
| brew install --cask zed | |
| brew install --cask antigravity | |
| brew install --cask claude-code | |
| brew install --cask rectangle | |
| brew install htop | |
| brew install rustup | |
| brew install node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment