Skip to content

Instantly share code, notes, and snippets.

@Pittan
Last active April 29, 2018 12:14
Show Gist options
  • Save Pittan/80aba26635f4c2407a99b527bfc85807 to your computer and use it in GitHub Desktop.
Save Pittan/80aba26635f4c2407a99b527bfc85807 to your computer and use it in GitHub Desktop.
My mac setup
# Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install node.js environment from https://github.com/tj/n
curl -L https://git.io/n-install | bash
# Install Yarn
brew install yarn --without-node
# Install node.js global packages
npm install -g @angular/cli
# Brew cask install
brew cask install sourcetree
brew cask install slack
brew cask install cyberduck
brew cask install appcleaner
# Install Photoshop / Lightroom
# Install rekordbox
# Install Davinci resolve
# Install PhpStorm
# Install Google IME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment