Skip to content

Instantly share code, notes, and snippets.

View leonardopaiva's full-sized avatar
😀

Leonardo Paiva leonardopaiva

😀
View GitHub Profile
@berardo
berardo / angular-nativescript-course-setup.sh
Last active June 25, 2022 12:28
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)"