git v2.0.0
$ cd ~/Desktop
git help branchman git- not
man git branch
| # replace --with-python-config-dir and --with-lua-prefix with a system-specific directory | |
| mkdir -p ~/build | |
| cd ~/build | |
| hg clone https://vim.googlecode.com/hg/ vim | |
| cd vim | |
| hg pull | |
| hg update | |
| # might also need --with-python-config-dir=/usr/lib64/python2.6/config |
| sudo kill `sudo lsof -t -i:8000` |
| defaults write /Applications/iTerm.app/Contents/Info LSUIElement true |
| find . -maxdepth 1 -mindepth 1 -type d | while read dir; do | |
| printf "%-25.25s : " "$dir" | |
| find "$dir" -type f | wc -l | |
| done |
| /* appearance */ | |
| static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*"; | |
| static const char normbordercolor[] = "#444444"; | |
| static const char normbgcolor[] = "#222222"; | |
| static const char normfgcolor[] = "#bbbbbb"; | |
| static const char selbordercolor[] = "#005577"; | |
| static const char selbgcolor[] = "#005577"; | |
| static const char selfgcolor[] = "#eeeeee"; | |
| static const unsigned int borderpx = 1; /* border pixel of windows */ | |
| static const unsigned int snap = 32; /* snap pixel */ |
| #!/usr/bin/env sh | |
| source .conf/zsh/system | |
| # one-time configurations | |
| xsetroot -solid "#442211" | |
| # persistent windowbar configuration | |
| while true; do | |
| xsetroot -name "$(whoami)@$(uname -n) ($(uname -o)) | $(date +%R)" | |
| sleep 1 |
| Configuration file: /Users/quintus/dev/essays/_config.yml | |
| Source: /Users/quintus/dev/essays | |
| Destination: /Users/quintus/dev/essays/_site | |
| Generating... | |
| /Users/quintus/.local/lib/gems/gems/posix-spawn-0.3.10/lib/posix_spawn_ext.bundle: [BUG] Segmentation fault | |
| ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14] | |
| -- Crash Report log information -------------------------------------------- | |
| See Crash Report log file under the one of following: | |
| * ~/Library/Logs/CrashReporter |
| { | |
| "cells": [ | |
| { | |
| "cell_type": "code", | |
| "execution_count": 1, | |
| "metadata": { | |
| "collapsed": true | |
| }, | |
| "outputs": [ | |
| { |