Skip to content

Instantly share code, notes, and snippets.

View ari-gold's full-sized avatar

Ariel Gold ari-gold

View GitHub Profile
@suzannealdrich
suzannealdrich / osx-10.10-setup.md
Last active September 7, 2022 00:21 — forked from kevinelliott/osx-10.10-setup.md
Recipe for custom OS X 10.10 Yosemite setup with Homebrew Cask installed user apps and Docker developer environment.

Mac OS X 10.10 Yosemite

Recipe for custom OS X 10.10 Yosemite setup with Homebrew Cask installed user apps and Docker developer environment.

Fork this and modify to match your needs.

Install Software

The software selected is needed after fresh installs. Software not listed here is handled on a case-by-case basis.

@joshkoenig
joshkoenig / pantheon_mass_update.php
Last active August 29, 2015 14:07
This is a simple PHP script that allows you to use Pantheon's Terminus CLI to update all your Drupal 7 sites. You can edit it if you would like to only deploy to the test env and double-check there.
<?php
// YOUR LOGIN INFO HERE:
$email = '';
$password = '';
// RUNNING IT FOR A PANTHEON ONE "ORGANIZATION": UNCOMMENT AND ADD YOUR UUID HERE
// $organiztion_uuid = 'some-org-uuid-here';
// helper function
function terminus_json($command) {