A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
They called him Frost. Of all things created of Solcom, Frost was the finest, the mightiest, the most difficult to understand.
This is why he bore a name, and why he was given dominion over half the Earth.
On the day of Frost's creation, Solcom had suffered a discontinuity of complementary functions, best described as madness. This was brought on by an unprecedented solar flareup which lasted for a little over thirty-six hours. It occurred during a vital phase of circuit-structuring, and when it was finished so was Frost.
Solcom was then in the unique position of having created a unique being during a period of temporary amnesia.
env ARCHFLAGS="-arch x86_64" gem install nokogiri rack rails capistrano rake-command-completion | |
env ARCHFLAGS="-arch x86_64" gem install sqlite3-ruby | |
env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config | |
env ARCHFLAGS="-arch x86_64" gem install thin | |
env ARCHFLAGS="-arch x86_64" gem install notahat-machinist faker nakajima-fixjour thoughtbot-shoulda | |
env ARCHFLAGS="-arch x86_64" gem install rspec rspec-rails cucumber chriseppstein-compass spork webrat | |
env ARCHFLAGS="-arch x86_64" gem install authlogic authlogic-oid ruby-openid haml cheat |
/* adaptation of The 1KB CSS Grid to sass (http://www.1kbgrid.com/). I love Sass. | |
// To use: | |
@import 1kbgrid.sass | |
+1kbgrid(12, 60px, 10px) | |
=1kbgrid(!num_columns = 12, !column_width = 60px, !gutter = 10px) | |
// calculated values | |
!gutter_margin = !gutter / 2 | |
!total_column_width = !column_width + !gutter |