tweak mu4e syncing.

This commit is contained in:
2014-12-20 01:23:42 -08:00
parent b23fbd2ea1
commit 15e12f06b5
3 changed files with 22 additions and 11 deletions

View File

@@ -136,6 +136,13 @@ def cl_tools(ctx):
ctx.run('xcode-select --install')
@ctask
def fix_htop(ctx):
real_htop_location = ctx.run("readlink -f $(brew --prefix htop)").stdout.strip() + "/bin/htop"
ctx.run("chmod 6555 {0}".format(real_htop_location))
ctx.run("sudo chown root {0}".format(real_htop_location))
@ctask
def iTerm(ctx):
library_plist = os.path.join(os.path.expanduser("~"), "Library",