Skip to content

Instantly share code, notes, and snippets.

View doronbehar's full-sized avatar

Doron Behar doronbehar

View GitHub Profile
@elmotec
elmotec / bootstrap_cmdline.py
Last active December 1, 2021 17:14
Minimal python program with logging and argparse.
#!python
"""See main.__doc__"""
import os
import logging
import glob
import unittest
import sys
@icot
icot / Xresources
Created November 18, 2012 16:36
urxvt color configuration
urxvt.foreground: White
urxvt.saveLines: 20000
urxvt.scrollBar: off
urxvt.font: xft:inconsolata:size=10:autohint=true:antialias=true
urxvt*foreground: #f2f2f2
!urxvt*background: #101010
urxvt*background: #002b37