Skip to content

Instantly share code, notes, and snippets.

View jfie5's full-sized avatar

Jacob Fielding jfie5

  • Air Sciences Inc.
  • Golden, CO
View GitHub Profile
@jfie5
jfie5 / osx_setup.md
Last active December 8, 2016 20:10
Mac OSX Computer & Dev Environment Setup

Mac OSX Setup

What to install, from where, and how to get things running on a Mac. This can be adapted to Linux pretty easily.


Easy Installer Packages

A series of packages useful for installing specific tools, add-ons.

# Homebrew http://brew.sh/

@jfie5
jfie5 / lessc_install.md
Last active May 11, 2021 13:49
Install LESS (lessc) on Mac OS X.

Install Xcode Command Line Tools

xcode-select --install

Install Node.js (Node Package Manager - npm will be used to install lessc)

git clone git://github.com/ry/node.git
cd node
@jfie5
jfie5 / installation.sh
Created October 23, 2013 21:24
Postgresql 9.1 + Repmgr Beta 2 - Standby server.
##
## Postgres + Repmgr Installation + PHPPGAdmin
##
## This procedure outlines the intallation of Repmgr - Beta 2
## with Postgresql 9.1. additional information & usage can be found at
## https://github.com/greg2ndQuadrant/repmgr
##
sudo apt-get update
sudo apt-get upgrade
@jfie5
jfie5 / document-ready.js
Created October 17, 2013 20:09
Vertically aligns footer. Made using bootstrap, but would apply anywhere with minor tweaks.
$(document).ready(function() {
valignFooter()
});