tweak mu4e syncing.
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user