From 9514eae038ffccc89201506fe6de167ac470e540 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Aug 2016 18:09:22 -0700 Subject: [PATCH] Add tccutil to setup --- tasks/osx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/osx.py b/tasks/osx.py index c23c52d9..87d06cde 100644 --- a/tasks/osx.py +++ b/tasks/osx.py @@ -10,6 +10,7 @@ def setup(ctx): brew(ctx) cider(ctx) access_for_assistive_devices(ctx) + tccutil(ctx) karabiner(ctx) locate(ctx) set_path_for_launchd(ctx)