Skip to content

Instantly share code, notes, and snippets.

@travisnewman
travisnewman / osx-for-hackers.sh
Last active August 9, 2016 21:38 — forked from brandonb927/osx-for-hackers.sh
OSX for Hackers: Yosemite/El Capitan Edition. Originally by brandonb927. I have made some minor modifications to better suit my purposes.
#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'