Skip to content

Instantly share code, notes, and snippets.

View paulyglot's full-sized avatar

Paul Brower paulyglot

  • Oracle Corporation
  • Spokane, WA
  • 21:45 (UTC -12:00)
View GitHub Profile
@paulyglot
paulyglot / postgres-brew.md
Created September 26, 2018 05:03 — forked from ibraheem4/postgres-brew.md
Installing Postgres via Brew (OSX)

Installing Postgres via Brew

Pre-Reqs

Brew Package Manager

In your command-line run the following commands:

  1. brew doctor
  2. brew update
@paulyglot
paulyglot / .bash_profile
Created August 29, 2018 17:47 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management