Skip to content

Instantly share code, notes, and snippets.

@cecyc
Last active August 17, 2022 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cecyc/b63c8d38edc09acf2f8b64d76c8e5e59 to your computer and use it in GitHub Desktop.
Save cecyc/b63c8d38edc09acf2f8b64d76c8e5e59 to your computer and use it in GitHub Desktop.
Essentials for a new computer install
#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