Skip to content

Instantly share code, notes, and snippets.

View robertjung's full-sized avatar

Robert Jung robertjung

  • tolingo GmbH
  • Hamburg
View GitHub Profile
@robertjung
robertjung / .zshrc-docker
Last active November 30, 2015 18:04
Some useful docker helpers
# DOCKER MAGIC
alias doc="docker-compose"
alias dm="docker-machine"
alias "docker-stats"="docker ps --format="{{.Names}}" | xargs docker stats"
# 'docker switch'
function ds() { eval $(docker-machine env $1); }
# set node1 as default docker env
ds node1
@robertjung
robertjung / .ackrc
Created March 21, 2012 14:46
My .ackrc with rails specific stuff
--type-add=html=.haml
--type-add=css=.sass,.scss,.less
--type-add=js=.rjs,.coffee
--type-add=ruby=.erb
--ignore-dir=vendor
--ignore-dir=log
--ignore-dir=tmp
--ignore-dir=doc
--ignore-dir=public/system
--sort-files