Skip to content

Instantly share code, notes, and snippets.

View nicholasspencer's full-sized avatar

Nico Spencer nicholasspencer

View GitHub Profile
@trmb
trmb / Specials Board.dvtcolortheme
Created August 11, 2011 18:14
Xcode 4 version of the Special Board theme created by jbergantine and converted to Xcode 3 by nickbabenko
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>1.000 1.000 1.000 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Inconsolata - 14pt</string>
<key>DVTConsoleDebuggerOutputTextColor</key>

Merging Rubygems and Bundler

1.sh:

#!/bin/sh
set -eux
rm -rf rubygems bundler
git clone https://github.com/rubygems/rubygems
git clone https://github.com/rubygems/bundler