Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am baopham on github.
  • I am baopham (https://keybase.io/baopham) on keybase.
  • I have a public key whose fingerprint is 7E4B 6841 4C2F 3D3A 29F0 5F92 55A5 06F4 9EB1 1FE1

To claim this, I am signing this object:

@baopham
baopham / affirmation
Created November 26, 2015 19:55
MuleSoft Contributor Agreement Acceptance by Bao Pham
I, Bao Pham, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Thu Nov 26 2015 11:55:06 GMT-0800 (PST)
@baopham
baopham / affirmation
Created November 23, 2015 20:29
MuleSoft Contributor Agreement Acceptance by Bao Pham
I, Bao Pham, have read and do accept the MuleSoft Contributor Agreement
at http://www.mulesoft.org/legal/contributor-agreement.html
Accepted on Mon Nov 23 2015 12:29:53 GMT-0800 (PST)
# GistId: f5e29984c42dc4067979
# First remove *all* keybindings
unbind-key -a
# Now reinsert all the regular tmux keys
bind-key C-b send-prefix
bind-key C-o rotate-window
bind-key C-z suspend-client
bind-key Space next-layout
bind-key ! break-pane
@baopham
baopham / .tmux.conf
Last active October 16, 2015 07:36
.tmux.conf
# GistID: 11072193
source-file ~/.tmux.reset.conf
set -g default-terminal "screen-256color"
set-option -g xterm-keys
# Change prefix key to `
set-option -g prefix `
#
# Sets Prezto options.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
#
# General
#
@baopham
baopham / .zshenv
Created March 19, 2013 08:39
zshenv for Prezto
#
# Defines environment variables.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# GistID: 5194548
#
# Browser
@baopham
baopham / .ackrc
Created December 24, 2012 22:39
.ackrc
# GistID: 4370896
# Only search with case sensitivity if there is mixed case
--smart-case
# Follow symlinks
--follow
# Colors
--color-filename=bold green
@baopham
baopham / prompt_bpm_setup
Created December 7, 2012 04:54
Prezto bpm theme
#
# Based on sorin theme
#
# Authors:
# Bao Pham <gbaopham@gmail.com>
#
# Screenshots:
# http://cl.ly/image/0O3y120B0T1z
# http://cl.ly/image/111H2O170z0Q
#
@baopham
baopham / .gitconfig
Last active November 10, 2016 05:39
.gitconfig
; GistID: 4223990
[user]
name = Bao Pham
email = "(none)"
[github]
user = baopham
[color]
ui = auto
branch = auto
diff = auto