add docker installs for osx.

This commit is contained in:
Ivan Malison 2014-10-10 20:05:00 -07:00
parent 158f8391f3
commit 07dd4f18c3

View File

@ -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')))