Skip to content

Instantly share code, notes, and snippets.

View jayswain's full-sized avatar
🌲
Hello World!

Jay Swain jayswain

🌲
Hello World!
View GitHub Profile
@jayswain
jayswain / Gemfile
Created July 9, 2017 20:31
Working Capybara Selenium-Webdriver and Firefox versions
#requires Firefox 47.0.1 - turn off auto-updates - (https://ftp.mozilla.org/pub/firefox/releases/47.0.1/mac/en-US/)
gem 'selenium-webdriver', '~> 2.53.4'
gem 'capybara', '~> 2.5'
@jayswain
jayswain / roy.zsh-theme
Created September 16, 2015 03:56
Half-life poop icecream emoji zsh theme
autoload -Uz vcs_info
zstyle ':vcs_info:*' stagedstr '🍦 '
zstyle ':vcs_info:*' unstagedstr '💩 '
zstyle ':vcs_info:*' check-for-changes true
zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{11}%r'
zstyle ':vcs_info:*' enable git svn
theme_precmd () {
if [[ -z $(git ls-files --other --exclude-standard 2> /dev/null) ]] {
zstyle ':vcs_info:*' formats ' [%b%c%u%B%F{238}]'