Skip to content

Instantly share code, notes, and snippets.

View leonardopaiva's full-sized avatar
😀

Leonardo Paiva leonardopaiva

😀
View GitHub Profile
@leonardopaiva
leonardopaiva / angular-nativescript-course-setup.sh
Created October 25, 2018 14:01 — forked from berardo/angular-nativescript-course-setup.sh
Script to install all good tools on a fresh new macOS machine. Some command are commented out because the main reason for this file is to be used on my online course: https://udemy.com/angular-native
#!/bin/sh
# Allow locate commands
# sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
# xcode command line - Select: "Get xcode" and go get a coffee (preferably far from your desk :)
xcode-select --install
# home-brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"