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)" |