Skip to content

Instantly share code, notes, and snippets.

@jedgell
jedgell / tmux_cheatsheet.markdown
Last active August 29, 2015 14:26 — forked from henrik/tmux_cheatsheet.markdown
tmux cheatsheet

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@jedgell
jedgell / brewStack.md
Last active August 29, 2015 14:06 — forked from shrop/brewStack.md

brewStack update for fresh install

Install steps:

  • Install Homebrew:

      $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" 
      $ brew install git  
      $ brew update  
    

$ brew install drush

#!/bin/bash
# Sync Homebrew installations between Macs via Dropbox
#
BREW="/usr/local/bin/brew"
# first get local settings
echo "Reading local settings ..."
rm -f /tmp/brew-sync.*
@jedgell
jedgell / 0_reuse_code.js
Created January 31, 2014 15:33
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