I hereby claim:
- I am brendonrapp on github.
- I am brendonrapp (https://keybase.io/brendonrapp) on keybase.
- I have a public key ASBVTo6w7L6i-w3V6ehA9DVNYnS5P5q0IK6M_ZEiPr2U9Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| " make Esc happen without waiting for timeoutlen | |
| " fixes Powerline delay | |
| augroup FastEscape | |
| autocmd! | |
| au InsertEnter * set timeoutlen=0 | |
| au InsertLeave * set timeoutlen=1000 | |
| augroup END |
| #!/usr/bin/env bash | |
| # Generates gource video (h.264) out of multiple repositories. | |
| # Pass the repositories in command line arguments. | |
| # Example: | |
| # <this.sh> /path/to/repo1 /path/to/repo2 | |
| i=0 | |
| for repo in $*; do | |
| # 1. Generate a Gource custom log files for each repo. This can be facilitated by the --output-custom-log FILE option of Gource as of 0.29: | |
| logfile="$(mktemp /tmp/gource.XXXXXX)" |
| ################## | |
| # ~/.bash/colors # | |
| ################## | |
| #!/bin/bash | |
| # vim:set syntax=bash | |
| ## Colors | |
| # Normal | |
| BLACK='\033[0;30m' |