Add setup emacs.
This commit is contained in:
parent
69a086121c
commit
b9a6cf9406
@ -55,6 +55,11 @@ def brew_install(ctx):
|
||||
for package_name in ESSENTIAL + BASICS + SHOULD_INSTALL + MISC:
|
||||
ctx.run('brew install {0}'.format(package_name))
|
||||
|
||||
@ctask
|
||||
def setup_emacs(ctx):
|
||||
ctx.run('ln -s $(brew --prefix emacs) /Applications/emacs')
|
||||
|
||||
|
||||
@ctask
|
||||
def get_command_line_tools(ctx):
|
||||
if not command_exists('gcc'):
|
||||
|
Loading…
Reference in New Issue
Block a user