Skip to content

Instantly share code, notes, and snippets.

View ryderr's full-sized avatar
🧶
yarn

Ryder Ripps ryderr

🧶
yarn
View GitHub Profile
@kevinelliott
kevinelliott / 1-macOS-10.12-sierra-setup.md
Last active February 5, 2024 07:22
macOS 10.12 Sierra Setup

macOS 10.12 Sierra Setup

Custom recipe to get macOS 10.12 Sierra running from scratch, setup applications and developer environment. This is very similar (and currently mostly the same) as my 10.11 El Capitan setup recipe and 10.10 Yosemite setup recipe. I am currently tweaking this for 10.12 Sierra and expect to refine this gist over the next few weeks.

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. I generally reinstall each computer from scratch every 6 months, and I do not perform upgrades between releases.

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 o

@nrollr
nrollr / MySQL.md
Last active October 28, 2020 02:53
Install MySQL on El Capitan using Homebrew

Install MySQL on OS X El Capitan

Normally the installation of MySQL can be achieved with a single command, which executes a script provided by MacMiniVault : bash <(curl -Ls http://git.io/eUx7rg)

However, at the time of writing the script is not compatible with OS X El Capitan (10.11)

Install MySQL using Homebrew

An alternative to the aforementioned installation script is installing MySQL using Homebrew. This gist assumes you already have Homebrew installed, if not first read the article "Homebrew and El Capitan"

Make sure Homebrew has the latest formulae, so run brew update first

@matthewmueller
matthewmueller / osx-for-hackers.sh
Last active April 21, 2024 03:30
OSX for Hackers (Mavericks/Yosemite)
# OSX for Hackers (Mavericks/Yosemite)
#
# Source: https://gist.github.com/brandonb927/3195465
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Ask for the administrator password upfront
@raphaelbastide
raphaelbastide / README
Created January 14, 2013 22:31
<audio> + random + autoplay
<audio> + random + autoplay
@ofZach
ofZach / calibration pattern
Created November 9, 2012 11:42
calibration pattern
// useful for projection alignment, etc:
// http://i.imgur.com/rWJLE.jpg
int nbOfCol = ofGetWidth() / 25;
int boardWidth = ofGetWidth();
int boardHeight = ofGetHeight();
@julescarbon
julescarbon / gist:3908811
Created October 17, 2012 22:43
condensed description example
<style>
.short { display: block; }
.short .more { font-weight: bold; cursor: pointer; }
.long { display: none; }
.long .less { font-weight: bold; cursor: pointer; }
</style>
{{#events}}
<p>{{name}}</p>
<span class="description">
@okwme
okwme / no command multiple select
Created October 15, 2012 18:51
multiple select without need for command key
var selected = [];
$(document).ready(function(){
$("#selected option:selected").each(function(i){
selected.push($(this).val());
});
$("#selected").click(function(e){
if($.inArray(e.target.value, selected) > -1){
selected.splice($.inArray(e.target.value, selected),1);
}else{
selected.push(e.target.value);
@kevinSuttle
kevinSuttle / meta-tags.md
Last active July 10, 2024 09:39 — forked from lancejpollard/meta-tags.md
List of Usable HTML Meta and Link Tags
@myobie
myobie / mountain-lion-brew-setup.markdown
Created February 18, 2012 20:14
Get Mountain Lion and Homebrew to Be Happy

Get Mountain Lion and Homebrew to Be Happy

1) Install XCode 4.4 into /Applications

Get it from the App Store.

2) Install Command Line Tools

In XCode's Preferences > Downloads you can install command line tools.

@saetia
saetia / gist:1623487
Last active July 16, 2024 05:56
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat