Last active
November 18, 2021 17:38
-
-
Save seymayucer/d36b98b29c8b5022cba2c08365fea4a4 to your computer and use it in GitHub Desktop.
when you have new MacBook
This file contains 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
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
brew install --cask spotify | |
brew install --cask visual-studio | |
brew install --cask sublime-merge | |
brew install --cask visual-studio-code | |
brew install --cask sublime-text | |
brew install --cask figma | |
brew install --cask iterm2 | |
brew install --cask miniforge | |
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment