Skip to content

Instantly share code, notes, and snippets.

View bufordtaylor's full-sized avatar

Buford Taylor bufordtaylor

View GitHub Profile
@bufordtaylor
bufordtaylor / brightbit_new_machine.sh
Created October 8, 2015 05:14 — forked from ericboehs/brightbit_new_machine.sh
A script we run for each of our new employee's machines.
#!/usr/bin/env bash
# This script is idempotent
# TODO: Add VERRBOSE to silence commands (default to no output)
# TODO: Add log file
# TODO: Convert >/dev/null to &>-
# TODO: Don't use cask for chrome since it screws up 1Password permission
# Before running script:
# * Create/login to the user you want to run it from
@bufordtaylor
bufordtaylor / 0_reuse_code.js
Created August 9, 2014 09:57
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console