Skip to content

Instantly share code, notes, and snippets.

View joelove's full-sized avatar

Joe Love joelove

View GitHub Profile
@joelove
joelove / gnu_osx_install
Last active October 17, 2018 15:14 — forked from tlnagy/gnu_osx_install
This small script uses Homebrew to make your OS X machine more Linux-like by adding the GNU variants of many command line tools to your PATH. You will need Xcode's command line tools and homebrew installed. Also you'll need to quit and re-initialize your shell to see the changes.
#! /bin/sh
# Copyright (c) 2014, Tamas Nagy <tamas at tamasnagy dot com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# 1. Redistributions of source code must retain the above copyright notice,
# this list of conditions and the following disclaimer.