From 07dd4f18c36645b0b20c7baa39aedd0e533bfc17 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Oct 2014 20:05:00 -0700 Subject: [PATCH] add docker installs for osx. --- tasks/osx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/osx.py b/tasks/osx.py index f981ce0b..8e89f07c 100644 --- a/tasks/osx.py +++ b/tasks/osx.py @@ -31,9 +31,9 @@ SHOULD_INSTALL = ( "sbt", "node", "npm" ) MISC = ("file-formula", "less", "openssh --with-brewed-openssl", - "perl518", "rsync", "svn", "unzip") + "perl518", "rsync", "svn", "unzip", "docker", "boot2docker") -CASKS = ('alfred', 'caffeine', 'flux', 'google-chrome', 'iterm2', 'spotify', 'vlc',) +CASKS = ('alfred', 'caffeine', 'flux', 'google-chrome', 'iterm2', 'spotify', 'vlc', 'virtualbox') @ctask def osx_config(ctx): ctx.run('source {0}; osx_config'.format(os.path.join(RESOURCES_DIRECTORY, 'osx.sh')))