Skip to content

Instantly share code, notes, and snippets.

View andrewkatz's full-sized avatar

Andrew Katz andrewkatz

  • Los Angeles, CA
View GitHub Profile
@andrewkatz
andrewkatz / .tmux.conf
Created January 13, 2013 22:33
tmux config
set -g default-terminal "screen-256color"
# Use the system pasteboard
set-option -g default-command "reattach-to-user-namespace -l zsh"
# Bind Control key to match Screen
set -g prefix C-a
# Use vi key bindings
set -g status-keys vi
alias gphu='gph -u origin'
gpqt()
{
last_commit=$(git log -1 --pretty=%B)
message=${1:-$last_commit}
echo "$message\n@trobrock" | gpq -F -
}
xpq()
@andrewkatz
andrewkatz / spacegray_slack_theme
Last active August 29, 2015 14:08
Spacegray Slack Theme
#2B303B,#2B303B,#8FA1B3,#2B303B,#343D46,#C0C5CE,#A3BE8C,#BF616A
@andrewkatz
andrewkatz / .slate
Created March 5, 2014 20:41
Slate config
# Configs
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
config secondsBetweenRepeat 0.1
config checkDefaultsOnLoad true
config focusCheckWidthMax 3000
config keyboardLayout qwerty
config windowHintsBackgroundColor 0;0;0;0.8
config windowHintsShowIcons true