Skip to content

Instantly share code, notes, and snippets.

@thomascjohnson
thomascjohnson / install_pgmodeler_macos.sh
Last active July 19, 2020 14:35
Quick script for installing pgmodeler
#!/bin/bash
brew install qt5
brew install postgres
brew install postgis
brew install libxml2
INSTALLATION_ROOT=/Applications/pgModeler.app
BREW_PG=/Usr/local/Cellar/postgresql
BREW_XML=/Usr/local/Cellar/libxml2