Skip to content

Instantly share code, notes, and snippets.

View wickett's full-sized avatar
💭
I may be slow to respond.

James Wickett wickett

💭
I may be slow to respond.
View GitHub Profile
@wickett
wickett / Austin_Food_Tips.md
Last active August 29, 2015 14:20 — forked from paulczar/gist:8749a20e31d62aa548d0
food to eat around austin

So if you're in Austin for a few days for DevOps Days ATX and want some tips on where to eat... I'm not posting locations or hours or anything, you've got a google. Be aware though a lot of places are closed on mondays.

Barbecue

Texas barbecue is all about the brisket. The best way to eat it is to order 'Moist outside cut' but if you don't like fatty meat go for lean. Here's some great options :

  • Rudy's - This is a local chain. If you've never eaten Texas BBQ before this is probably the place to go. It's the IBM of BBQ, nobody ever got fired for buying it. Tell them its your first time and they'll carry on like a pork chop for a few minutes to embarrass you and then proceed to give you a little of each item to taste. The creamed corn here is where its at.

  • Franklin BBQ - Arguably the best Texas style BBQ in the world. but is it worth a 4-5 hour wait ? Let us know if you brave the lines.

@wickett
wickett / 01-Gemfile.rb
Last active December 22, 2015 16:58
Test Driven Infra with Chef example
source 'https://rubygems.org'
group :test do
gem 'chefspec', '~> 1.3'
gem 'foodcritic', '~> 2.1'
gem 'strainer', '~> 3.0'
gem 'test-kitchen', '~> 1.0.0.alpha'
gem 'kitchen-lxc', '~> 0.0.1.beta1'
gem 'knife-spork', '~> 1.0.17'
gem 'hipchat', '~> 0.10.0'

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: