Skip to content

Instantly share code, notes, and snippets.

View robertseaton's full-sized avatar

robert seaton robertseaton

View GitHub Profile
@robertseaton
robertseaton / xmonad.hs
Created April 16, 2011 14:39
XMonad Configuration
import XMonad
import XMonad.Util.EZConfig
main = xmonad $ defaultConfig
{
terminal = "urxvt" ,
modMask = mod4Mask ,
borderWidth = 2 ,
focusedBorderColor = "#392929"
}
@robertseaton
robertseaton / gist:919566
Created April 14, 2011 14:24
My ZSH configuration
# all this stuff was autogenerated and i have no idea what it all means
# just like life
zstyle ':completion:*' completer _expand _complete _ignored
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' '' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
zstyle ':completion:*' menu select=5
zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
zstyle :compinstall filename '/home/robb/.zshrc'