start new:
tmux
start new with session name:
tmux new -s myname
#! /bin/bash | |
# Where lolcommits stores its images | |
LOLCOMMITS_DIR=/home/rowan/.lolcommits | |
# The subdirectory in the lolcommits directory you want to us | |
LOLCOMMITS_REPO=project | |
# Image mask used to blur commit message | |
BLUR_MASK_IMG=/home/rowan/mask.jpg | |
# Video frames per second | |
VIDEO_FPS=4 |
#!/bin/bash | |
# Put this file at: .git/hooks/post-checkout | |
# and make it executable | |
# You can install it system wide too, see http://stackoverflow.com/a/2293578/685587 | |
PREV_COMMIT=$1 | |
POST_COMMIT=$2 | |
NOCOLOR='\e[0m' |
Do I want to die on this hill?
Am I including everyone?