Skip to content

Instantly share code, notes, and snippets.

View SethMilliken's full-sized avatar

Seth Milliken SethMilliken

View GitHub Profile
@SethMilliken
SethMilliken / git-world.rb
Created September 15, 2011 04:51
git command to apply same command to multiple work trees
#!/usr/bin/env ruby
require 'open3'
include Open3
# TODO: use colors in output
def gitworld(command)
home = ENV["HOME"]
paths = [ \
"", \
@SethMilliken
SethMilliken / .pentadactylrc
Created September 13, 2011 23:52
araxia .pentadactylrc
"2.1 (created: 2009/05/21 13:13:06)
silent colorscheme araxia
set activate=downloads,help,tabopen,homepage,extoptions,bookmarks,addons
" set activate-=paste,diverted,links
set editor="~/bin/vimperator +<line> <file>"
set guioptions=BMNs
set hinttimeout=500
set incfind
set hlfind
@SethMilliken
SethMilliken / .bashrc
Created May 12, 2011 00:05
.bashrc with vcs
# bash shell initilization {{{
#
# files involved in bash initilization
#
# file bash? sh? login? !login? inter? !inter?
# --------------------------------------------------------------------------------
# /etc/profile o o o o o o
# /etc/bashrc o x o x o o
# .profile o o o o o o
# .bash_profile o x o o o x