Skip to content

Instantly share code, notes, and snippets.

@afh
afh / tmux_italic.md
Created November 30, 2019 19:23 — forked from gyribeiro/tmux_italic.md
enable italic font on tmux

Installing and configuring dwm on OS X (tested on Mountain Lion, Mavericks)

  1. Install XQuartz.

  2. Install dwm using Homebrew (or whatever):

    brew install dwm
    
  3. Create a xinitrc.d script for dwm:

//
// NSObject+BlockObservation.h
// Version 1.0
//
// Andy Matuschak
// andy@andymatuschak.org
// Public domain because I love you. Let me know how you use it.
//
#import <Cocoa/Cocoa.h>
@afh
afh / .rspactor
Created February 12, 2010 10:34 — forked from mislav/.rspactor
# this goes in the $HOME dir
# needs mislav-rspactor v0.6.3 and RSpec 1.3
RSpactor::Runner.class_eval do
alias old_formatter_opts spec_formatter_opts
def spec_formatter_opts
# update this path to where you saved unicode_formatter.rb
old_formatter_opts + " -r /Users/mislav/Projects/unicode_formatter -f UnicodeFormatter"
end
end