Skip to content

Instantly share code, notes, and snippets.

View marcosleal-prd's full-sized avatar
👨‍💻
Always Writing Code

Marcos V. Leal marcosleal-prd

👨‍💻
Always Writing Code
View GitHub Profile
@reginadiana
reginadiana / README-TEMPLATE.md
Last active May 22, 2024 23:23
Template sugestivo para documentação de projetos

Titulo ou Arte do Projeto

@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)"