forked from colonelpanic/dotfiles
Link LaunchAgents.
This commit is contained in:
parent
1420c1278b
commit
ebdcc1d78b
@ -161,3 +161,9 @@ def iTerm(ctx):
|
|||||||
@ctask
|
@ctask
|
||||||
def fix_pip(ctx):
|
def fix_pip(ctx):
|
||||||
ctx.run("sudo easy_install -U pip")
|
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))
|
||||||
|
Loading…
Reference in New Issue
Block a user