Skip to content

Instantly share code, notes, and snippets.

@nanusdad
nanusdad / .gitignore
Created April 18, 2018 19:06 — forked from smebberson/.gitignore
Express simple authentication example
node_modules
*.swp
@nanusdad
nanusdad / mac-setup.md
Created May 13, 2024 17:39 — forked from orlando/mac-setup.md
Fresh Mac OS Setup

1. Run Software Update

Make sure everything is up to date in the App Store

2. Install Homebrew

  1. Open a terminal window and execute the Homebrew install script:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"