Skip to content

Instantly share code, notes, and snippets.

View sduccao's full-sized avatar

Gaaus sduccao

View GitHub Profile

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@sduccao
sduccao / postgres-brew.md
Created June 9, 2021 05:58 — 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