Modernize powerline. Make powerline colors simple so that they can be set with terminal settings.

This commit is contained in:
2014-11-10 17:30:34 -08:00
parent 5898641e11
commit 3e727bf4cd
8 changed files with 111 additions and 109 deletions

View File

@@ -37,6 +37,7 @@ def dotfiles(ctx, flags=''):
@ctask
def powerline(ctx):
ctx.run('sudo pip install psutil')
ctx.run('sudo pip install git+git://github.com/Lokaltog/powerline')