Skip to content

Instantly share code, notes, and snippets.

View damianignacio's full-sized avatar

Damian Ignacio Valdes damianignacio

View GitHub Profile
#!/bin/sh
set -e
# This script is meant for quick & easy install via:
# $ curl -fsSL https://get.docker.com -o get-docker.sh
# $ sh get-docker.sh
#
# For test builds (ie. release candidates):
# $ curl -fsSL https://test.docker.com -o test-docker.sh
# $ sh test-docker.sh

Keybase proof

I hereby claim:

  • I am damianignacio on github.
  • I am damianignacio (https://keybase.io/damianignacio) on keybase.
  • I have a public key ASBFbZClI8SNo2rZlXwvSReD-iCX3uai1Ch_a9HgriNIago

To claim this, I am signing this object:

import sys
import time
from optparse import OptionParser
# http://unicode-table.com/en/
# http://www.sxlist.com/TECHREF/datafile/charset/8x12.htm
# http://www.sxlist.com/TECHREF/datafile/charsets.htm
CHARS = """
db 0,0,0,0,0,0,0,0,0,0,0,0 ; ' ' 32
#!/bin/bash
#
# DESCRIPTION:
#
# Set the bash prompt according to:
# * the active virtualenv
# * the branch/status of the current git repository
# * the return value of the previous command
# * the fact you just came from Windows and are used to having newlines in
# your prompts.