Switch to cider for now.
This commit is contained in:
parent
8868e4f4b2
commit
8a6250dd4a
@ -9,9 +9,7 @@ from . import util
|
|||||||
def all(ctx):
|
def all(ctx):
|
||||||
get_command_line_tools(ctx)
|
get_command_line_tools(ctx)
|
||||||
get_brew(ctx)
|
get_brew(ctx)
|
||||||
brew_install(ctx)
|
cider_install(ctx)
|
||||||
brew_cask(ctx)
|
|
||||||
setup_cocoa_emacs(ctx)
|
|
||||||
enable_access_for_assistive_devices(ctx)
|
enable_access_for_assistive_devices(ctx)
|
||||||
enable_hyper(ctx)
|
enable_hyper(ctx)
|
||||||
osx_config(ctx)
|
osx_config(ctx)
|
||||||
@ -57,7 +55,9 @@ def osx_config(ctx):
|
|||||||
|
|
||||||
@ctask
|
@ctask
|
||||||
def cider_install(ctx):
|
def cider_install(ctx):
|
||||||
pass
|
if not util.command_exists('cider'):
|
||||||
|
ctx.run('sudo pip install cider')
|
||||||
|
ctx.run('cider restore')
|
||||||
|
|
||||||
|
|
||||||
@ctask
|
@ctask
|
||||||
|
Loading…
Reference in New Issue
Block a user