Skip to content

Commit

Permalink
Configure zazu
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki-S committed Jan 10, 2017
1 parent aa6fc01 commit 3a8c63f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions config/dotfiles.yml
Expand Up @@ -30,5 +30,6 @@
- mayu
- Xmodmap
- globalrc
- zazurc.json
- emacs.d
- clicoder.d
30 changes: 30 additions & 0 deletions 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"
]
}

0 comments on commit 3a8c63f

Please sign in to comment.