Skip to content

Instantly share code, notes, and snippets.

@jw26
jw26 / .bashrc
Created October 9, 2014 16:02
.bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
function t {
@jw26
jw26 / gist:5173469
Created March 15, 2013 22:10
cheap arsed guard
while true;do inotifywait -e create,delete,modify,move -rq . && php artisan test;done
@jw26
jw26 / warble.rb
Created July 30, 2012 18:47
allow for parallel deploys with jruby-rack and tomcat
Warbler::Config.new do |config|
#
# ...... snip .......
#
# remove the bundled jruby jars, they will
# need to be deployed in $CATALINA_HOME/lib
config.java_libs.delete_if {|f| f =~ /jruby-stdlib/ || f =~ /jruby-core/ }
@jw26
jw26 / Monaco_Linux-Powerline.ttf
Created March 10, 2012 15:52 — forked from dsc8x/Monaco_Linux-Powerline.ttf
Monaco for vim-powerline