I know, Linux is better, but at least I gave MacOS a chance...
Last active
November 17, 2025 18:43
-
-
Save tapyu/c5558a94c0d5ca45b361090a1bf924e4 to your computer and use it in GitHub Desktop.
MacOs setup
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
| #!/usr/bin/env sh | |
| # install homebew | |
| # SEE: https://brew.sh/ | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| ### homebrew casks ### | |
| brew install --cask visual-studio-code | |
| brew install --cask iterm2 | |
| brew install --cask raycast # to create shortcuts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment