From 3a8c63f2e3a067e872c9119bc99fd70d88ca564a Mon Sep 17 00:00:00 2001 From: Genki Sugimoto Date: Tue, 10 Jan 2017 15:43:47 +0900 Subject: [PATCH] Configure zazu --- README.md | 1 + config/dotfiles.yml | 1 + miscfiles/zazurc.json | 30 ++++++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 miscfiles/zazurc.json diff --git a/README.md b/README.md index 37fcaeae..466b8a5d 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Installs in `~/vendor`. - Install executables for overcommit config - Install cargo for Rust packages - [Go, Ruby, PythonでGNU GLOBAL(gtags)+α - Qiita](http://qiita.com/sona-tar/items/672df1259a76f082ce42) +- Install [tinytacoteam/zazu](https://github.com/tinytacoteam/zazu) ## Known issues diff --git a/config/dotfiles.yml b/config/dotfiles.yml index 4b1cd8b4..5f6e3316 100644 --- a/config/dotfiles.yml +++ b/config/dotfiles.yml @@ -30,5 +30,6 @@ - mayu - Xmodmap - globalrc + - zazurc.json - emacs.d - clicoder.d diff --git a/miscfiles/zazurc.json b/miscfiles/zazurc.json new file mode 100644 index 00000000..663257b0 --- /dev/null +++ b/miscfiles/zazurc.json @@ -0,0 +1,30 @@ +{ + "hotkey": "Super+Enter", + "theme": "tinytacoteam/dark-theme", + "plugins": [ + "tinytacoteam/zazu-calculator", + "tinytacoteam/zazu-file-finder", + "tinytacoteam/zazu-template", + "tinytacoteam/zazu-system", + "tinytacoteam/zazu-package-manager", + { + "name": "tinytacoteam/zazu-fallback", + "variables": { + "rootSearches": [ + "npm", + "google", + "amazon", + "giphy", + "gh" + ] + } + }, + { + "name": "tinytacoteam/zazu-clipboard", + "variables": { + "ClipboardKey": "Super+Shift+Enter" + } + }, + "blakek/zazu-emoj" + ] +}