No more explicit cl tools -- brew handles that. tap homebrew dupes
before doing cider restore.
This commit is contained in:
parent
cb21643fc1
commit
e258fe7ebd
@ -7,7 +7,6 @@ from . import util
|
|||||||
|
|
||||||
@ctask(default=True)
|
@ctask(default=True)
|
||||||
def setup(ctx):
|
def setup(ctx):
|
||||||
cl_tools(ctx)
|
|
||||||
brew(ctx)
|
brew(ctx)
|
||||||
cider(ctx)
|
cider(ctx)
|
||||||
access_for_assistive_devices(ctx)
|
access_for_assistive_devices(ctx)
|
||||||
@ -44,6 +43,7 @@ def osx_config(ctx):
|
|||||||
|
|
||||||
@ctask
|
@ctask
|
||||||
def cider(ctx):
|
def cider(ctx):
|
||||||
|
ctx.run('brew tap homebrew/dupes')
|
||||||
ctx.run('brew install caskroom/cask/brew-cask')
|
ctx.run('brew install caskroom/cask/brew-cask')
|
||||||
if not util.command_exists('cider'):
|
if not util.command_exists('cider'):
|
||||||
ctx.run('sudo pip install cider')
|
ctx.run('sudo pip install cider')
|
||||||
|
Loading…
Reference in New Issue
Block a user