Last active
August 17, 2022 15:26
-
-
Save cecyc/b63c8d38edc09acf2f8b64d76c8e5e59 to your computer and use it in GitHub Desktop.
Essentials for a new computer install
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
#install homebrew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
#install apps | |
brew install --cask google-chrome | |
brew install --cask spotify | |
brew install --cask evernote | |
brew install --cask slack | |
brew install --cask spectacle | |
brew install --cask iterm2 | |
brew cask install visual-studio-code | |
brew cask install 1password | |
brew cask install docker | |
#install oh myzsh | |
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment