Skip to content

Instantly share code, notes, and snippets.

# If applied, this commit will... (max 50 characters long)
# Body - Explain things in more detail, possibly giving some
# background about what is being added or the issue being fixed, etc.
# (Wrap at 72 characters)
# Fixes #XXXX
# Provide links to any relevant tickets, articles or other resources
@ivanrodjr
ivanrodjr / .gitconfig
Last active June 20, 2021 15:10
Git config
[user]
name = your name
email = your githib email or the no reply
[color]
# Enable colors in color-supporting terminals
ui = auto
[init]
templatedir = ~/.git-templates
defaultBranch = main
[alias]
@ivanrodjr
ivanrodjr / mac-os-setup.md
Last active June 20, 2021 21:59
Mac setup script ultimate edition

Setup for Mac OS

Ultimate setup script for setting up a new MacOS installation.

This script tries to be as flexible and as helpful as possible while keeping the user intervention to a minimum.

Use carefully