Skip to content

Instantly share code, notes, and snippets.

Dark version

wget --no-check-certificate https://raw.github.com/seebi/dircolors-solarized/master/dircolors.ansi-dark
mv dircolors.ansi-dark .dircolors
eval `dircolors ~/.dircolors`

git clone https://github.com/sigurdga/gnome-terminal-colors-solarized.git
cd gnome-terminal-colors-solarized
./set_dark.sh
@duckpuppy
duckpuppy / compass.rb
Created October 24, 2011 03:34
Jekyll Haml and Compass extensions
begin
require 'compass'
require 'compass/exec'
rescue LoadError
require 'rubygems'
require 'compass'
require 'compass/exec'
end
module Jekyll
require 'haml'
require 'rake/clean'
CLEAN.include( '_site' )
CLOBBER.include( '_cache' )
# We create a FileList from the existing Haml layouts in _layouts/haml
HAML = FileList['_layouts/haml/*.haml']
# We use the Haml FileList to create an HTML FileList, modifying the path of each
# entry to be in the _layouts folder instead of _layouts/haml