No more explicit cl tools -- brew handles that. tap homebrew dupes

before doing cider restore.
This commit is contained in:
Ivan Malison 2015-01-03 17:19:23 -08:00
parent cb21643fc1
commit e258fe7ebd

View File

@ -7,7 +7,6 @@ from . import util
@ctask(default=True)
def setup(ctx):
cl_tools(ctx)
brew(ctx)
cider(ctx)
access_for_assistive_devices(ctx)
@ -44,6 +43,7 @@ def osx_config(ctx):
@ctask
def cider(ctx):
ctx.run('brew tap homebrew/dupes')
ctx.run('brew install caskroom/cask/brew-cask')
if not util.command_exists('cider'):
ctx.run('sudo pip install cider')