Created
August 28, 2017 21:41
-
-
Save RupGautam/4279b267dcbb3d9e2bd87d96ac26ee15 to your computer and use it in GitHub Desktop.
zazu config file
This file contains hidden or 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
| { | |
| "hotkey": "alt+space", | |
| "theme": "tinytacoteam/zazu-light-theme", | |
| "displayOn": "detect", | |
| "plugins": [ | |
| "tinytacoteam/zazu-calculator", | |
| "tinytacoteam/zazu-file-finder", | |
| "tinytacoteam/zazu-template", | |
| "tinytacoteam/zazu-system", | |
| "tinytacoteam/zazu-package-manager", | |
| "tinytacoteam/zazu-ascii-search", | |
| "tinytacoteam/zazu-calculator", | |
| "tinytacoteam/zazu-chrome-bookmarks", | |
| "tinytacoteam/zazu-clipboard", | |
| "avaly/zazu-currency-convertor", | |
| "blakek/zazu-emoj", | |
| "danielbayerlein/zazu-homebrew", | |
| "tinytacoteam/zazu-package-manager", | |
| "jnstr/zazu-password", | |
| "brpaz/zazu-placehold.it", | |
| "blainesch/zazu-weather", | |
| "tinytacoteam/zazu-file-finder", | |
| { | |
| "name": "tinytacoteam/zazu-fallback", | |
| "variables": { | |
| "rootSearches": [ | |
| "google" | |
| ] | |
| } | |
| }, | |
| { | |
| "name": "tinytacoteam/zazu-clipboard", | |
| "variables": { | |
| "length": 64, | |
| "strength": "hard" | |
| } | |
| }, | |
| { | |
| "name": "blainesch/zazu-weather", | |
| "variables": { | |
| "location": "Winnipeg, Manitoba", | |
| "degreeType": "C" | |
| } | |
| }, | |
| { | |
| "name": "tinytacoteam/zazu-file-finder", | |
| "variables": { | |
| "append": true, | |
| "directories": { | |
| "filePath": [ | |
| "~/Documents" | |
| ], | |
| "appPath": [ | |
| "/usr/games" | |
| ], | |
| "excludeName": [ | |
| "node_modules" | |
| ], | |
| "excludePath": [ | |
| "~/Library" | |
| ] | |
| } | |
| } | |
| }, | |
| "halvves/zazu-colors", | |
| "blakek/zazu-ip-address", | |
| "danielbayerlein/zazu-github", | |
| "afaur/zazu-gist" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment