Skip to content

Instantly share code, notes, and snippets.

@jajajaime
Created May 20, 2019 17:07
Show Gist options
  • Save jajajaime/a718faba31bdecf8360690e344605079 to your computer and use it in GitHub Desktop.
Save jajajaime/a718faba31bdecf8360690e344605079 to your computer and use it in GitHub Desktop.
Setting up macOS with some basics and apps
#!/bin/bash
# Install XCode tools
xcode-select --install
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install some Homebrew terminal apps
brew install bat
brew install imgcat
brew install htop
brew install imagemagick
brew install node
brew install cask
# Install casks
brew cask install google-chrome
brew cask install iterm2
brew cask install spotify
brew cask install slack-beta
brew cask install ripcord
brew cask install sublime-text
brew cask install vlc
brew cask install spectacle
brew cask install dropbox
brew cask install zoomus
# Dev utilities
brew cask install sublime-merge
#brew cask install sequel-pro
brew cask install homebrew/cask-versions/sequel-pro-nightly
brew cask install postman
brew cask install viscosity
brew cask install codekit
brew cask install firefox-developer-edition
brew cask install sourcetree
brew cask install beyond-compare
brew cask install docker
brew cask install phpstorm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment