Skip to content

Instantly share code, notes, and snippets.

View jesse-gallagher's full-sized avatar

Jesse Gallagher jesse-gallagher

View GitHub Profile
@jesse-gallagher
jesse-gallagher / gist:7bbe175dd20d808286a3639dea27e30a
Created November 24, 2018 21:14
My initial Mac setup script
#!/bin/sh
set -e
# SSH
ssh-keygen
# Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
@jesse-gallagher
jesse-gallagher / 01.configure
Last active August 29, 2015 14:21
brew install nginx-full --with-auth-ldap-module -v
2015-05-18 09:42:00 -0400
./configure
--prefix=/usr/local/Cellar/nginx-full/1.8.0_2
--with-http_ssl_module
--with-pcre
--with-ipv6
--sbin-path=/usr/local/Cellar/nginx-full/1.8.0_2/bin/nginx
--with-cc-opt=-I/usr/local/include -I/usr/local/Cellar/pcre/8.37/include -I/usr/local/Cellar/openssl/1.0.2a-1/include
--with-ld-opt=-L/usr/local/lib -L/usr/local/Cellar/pcre/8.37/lib -L/usr/local/Cellar/openssl/1.0.2a-1/lib