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" + ] +}