Skip to content

Commit

Permalink
Add docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed Feb 25, 2015
1 parent c3043a4 commit 369eb36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ brew 'gh'
# Fuzzy finder
brew 'fzf'

# Docker
brew 'docker'
cask 'boot2docker'

# `brew 'services` without the warnings that come from the `brew services` in'
# homebrew/boneyard
tap 'gapple/services'
Expand Down
5 changes: 4 additions & 1 deletion zsh/docker.zsh
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
$(boot2docker shellinit)
# Super slow, so don't run it every time
function docker_init {
$(boot2docker shellinit 2> /dev/null)
}
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CORE=(
haskell
python
go
docker
)

for file in $CORE
Expand Down

0 comments on commit 369eb36

Please sign in to comment.