Skip to content

Instantly share code, notes, and snippets.

View dermotmcguire's full-sized avatar

Dermot McGuire dermotmcguire

  • Eightfilters
  • Australia
View GitHub Profile
@dermotmcguire
dermotmcguire / form.html
Created November 17, 2015 03:05 — forked from tommaitland/form.html
A form with every HTML form element (up to HTML5) for styling.
<form action="/">
<legend>A Sample Form Legend</legend>
<label for="name">Name: </label>
<input type="text" value="Name" name="Name" />
<label for="email">Email: </label>
<input type="email" value="Email" name="Email" />
@dermotmcguire
dermotmcguire / osx-10.10-setup.md
Last active September 15, 2015 23:59 — forked from kevinelliott/osx-10.10-setup.md
Mac OS X 10.10 Yosemite Setup

Mac OS X 10.10 Yosemite

Custom recipe to get OS X 10.10 Yosemite running from scratch, setup applications and developer environment. I use this gist to keep track of the important software and steps required to have a functioning system after a semi-annual fresh install. On average, I reinstall each computer from scratch every 6 months, and I do not perform upgrades between distros.

This keeps the system performing at top speeds, clean of trojans, spyware, and ensures that I maintain good organizational practices for my content and backups. I highly recommend this.

You are encouraged to fork this and modify it to your heart's content to match your own needs.

Install Software