Link LaunchAgents.

This commit is contained in:
Ivan Malison 2014-12-22 13:08:12 -05:00
parent 1420c1278b
commit ebdcc1d78b

View File

@ -161,3 +161,9 @@ def iTerm(ctx):
@ctask
def fix_pip(ctx):
ctx.run("sudo easy_install -U pip")
@ctask
def launch_agents(ctx, flags=''):
ctx.run('dotfiles -sn{1} -R {0}/resources/LaunchAgents/ '
'-H ~/Library/LaunchAgents'.format(util.REPO_DIRECTORY, flags))