bump emacs d for use-package refactor, tweaks to linux. use tango-dark for iterm.
This commit is contained in:
@@ -18,9 +18,9 @@ def setup(ctx):
|
||||
ctx.config['run']['pty'] = False
|
||||
ctx.config['run']['warn'] = True
|
||||
if 'darwin' in sys.platform:
|
||||
osx.all(ctx)
|
||||
osx.setup(ctx)
|
||||
else:
|
||||
linux.all(ctx)
|
||||
linux.setup(ctx)
|
||||
dotfiles(ctx, 'f')
|
||||
install_python_libraries(ctx)
|
||||
powerline(ctx)
|
||||
|
@@ -6,7 +6,7 @@ from util import RESOURCES_DIRECTORY
|
||||
|
||||
|
||||
@ctask(default=True)
|
||||
def all(ctx):
|
||||
def setup(ctx):
|
||||
apt_get(ctx)
|
||||
get_sbt(ctx)
|
||||
|
||||
|
Reference in New Issue
Block a user