Skip to content

Instantly share code, notes, and snippets.

View francogonzaga's full-sized avatar

francogonzaga

View GitHub Profile
@francogonzaga
francogonzaga / lucius-vifm
Last active August 24, 2016 08:51
Lucius color scheme for vifm
" lucius-vifm
" Color scheme for vifm (http://vifm.sourceforge.net/)
" Save this file as ~/.vifm/colors/lucius-vifm
" In your ~/.vifm/vifmrc, make sure you have the following line:
" color lucius-vifm
"
" This color scheme is loosely based on the lucius color scheme for vim
highlight Win cterm=none ctermfg=250 ctermbg=236
@francogonzaga
francogonzaga / minitest_helper.rb
Created November 2, 2012 11:47
Minitest helper file with spork, factory girl and database cleaner
# this is the minitest helper file i use for a rails project
# TODO: add capybara
require 'spork'
if Spork.using_spork?
# make spork aware of changes in rails models
ActiveSupport::Dependencies.clear