Created
July 12, 2014 19:58
-
-
Save dennisfoconnor/d87299844de51f5fed9c to your computer and use it in GitHub Desktop.
Alfred Git Repos Workflow Settings File
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Settings File for Dean Jackson's Git Repos Alfred Workflow | |
{ | |
"app_1": "iTerm", | |
"app_2": "RubyMine", | |
"app_3": "PhpStorm", | |
"app_4": "WebStorm", | |
"app_5": "Sublime Text", | |
"app_6": "Finder", | |
"global_exclude_patterns": [], | |
"search_dirs": [ | |
{ | |
"path": "~/Code" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment