Skip to content

Instantly share code, notes, and snippets.

View aaronrl's full-sized avatar

Aaron aaronrl

  • Grubhub
  • Chicago, IL
View GitHub Profile
@aaronrl
aaronrl / osx_bootstrap.sh
Created April 1, 2019 15:15 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)
@aaronrl
aaronrl / tmux-cheatsheet.markdown
Created October 16, 2015 19:12 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname