# userhooks.py to add ~/.sketch/Plugins to Sketch's plugin_path. import os from Sketch import config config.plugin_path.append(os.path.expanduser('~/.sketch/Plugins'))