Last active
April 29, 2018 12:14
-
-
Save Pittan/80aba26635f4c2407a99b527bfc85807 to your computer and use it in GitHub Desktop.
My mac setup
This file contains hidden or 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 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