bump emacs d for use-package refactor, tweaks to linux. use tango-dark for iterm.

This commit is contained in:
2014-11-12 02:03:43 -08:00
parent 4ce2cb6136
commit ab826de4c6
5 changed files with 84 additions and 97 deletions

View File

@@ -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)

View File

@@ -6,7 +6,7 @@ from util import RESOURCES_DIRECTORY
@ctask(default=True)
def all(ctx):
def setup(ctx):
apt_get(ctx)
get_sbt(ctx)