Mercurial > dotfiles
annotate .chezmoiexternal.toml @ 557:bb1e1f4320d5
Add signature help completion
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 09 Feb 2022 17:16:57 +0100 |
parents | 8068fbfa794c |
children | 82804ad59177 |
rev | line source |
---|---|
505 | 1 [".tmux/plugins/tmux-yank"] |
2 type = "archive" | |
3 url = "https://github.com/tmux-plugins/tmux-yank/archive/master.tar.gz" | |
4 exact = true | |
5 stripComponents = 1 | |
6 refreshPeriod = "168h" | |
7 | |
8 [".tmux/plugins/tmux-better-mouse-mode"] | |
9 type = "archive" | |
10 url = "https://github.com/NHDaly/tmux-better-mouse-mode/archive/master.tar.gz" | |
11 exact = true | |
12 stripComponents = 1 | |
13 refreshPeriod = "168h" | |
14 | |
15 [".tmux/plugins/tmux-thumbs"] | |
16 type = "archive" | |
556 | 17 url = "https://github.com/fcsonline/tmux-thumbs/archive/a18ab2f49975c7b9d7e20e2d3b08696e1ec98f88.tar.gz" |
505 | 18 exact = true |
19 stripComponents = 1 | |
20 refreshPeriod = "168h" | |
506 | 21 |
530
5e6d724bcd65
fetch zsh-history-substring-search from external repo
zegervdv <zegervdv@me.com>
parents:
510
diff
changeset
|
22 [".zsh/zsh-history-substring-search.zsh"] |
5e6d724bcd65
fetch zsh-history-substring-search from external repo
zegervdv <zegervdv@me.com>
parents:
510
diff
changeset
|
23 type = "file" |
5e6d724bcd65
fetch zsh-history-substring-search from external repo
zegervdv <zegervdv@me.com>
parents:
510
diff
changeset
|
24 url = "https://github.com/zsh-users/zsh-history-substring-search/raw/master/zsh-history-substring-search.zsh" |
5e6d724bcd65
fetch zsh-history-substring-search from external repo
zegervdv <zegervdv@me.com>
parents:
510
diff
changeset
|
25 refreshPeriod = "168h" |
531 | 26 |
27 [".zsh/zsh-autosuggestions.zsh"] | |
28 type = "file" | |
29 url = "https://github.com/zsh-users/zsh-autosuggestions/raw/master/zsh-autosuggestions.zsh" | |
30 refreshPeriod = "168h" | |
534
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
31 |
536
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
32 [".zsh/fast-syntax-highlighting"] |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
33 type = "archive" |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
34 url = "https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/master.tar.gz" |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
35 exact = true |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
36 stripComponents = 1 |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
37 refreshPeriod = "168h" |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
38 |
539 | 39 [".zsh/zsh-histdb"] |
40 type = "archive" | |
41 url = "https://github.com/larkery/zsh-histdb/archive/master.tar.gz" | |
42 exact = true | |
43 stripComponents = 1 | |
44 refreshPeriod = "168h" | |
45 | |
46 [".zsh/fzf-histdb.zsh"] | |
47 type = "file" | |
48 url = "https://github.com/m42e/zsh-histdb-fzf/raw/master/fzf-histdb.zsh" | |
49 refreshPeriod = "168h" | |
50 | |
542 | 51 [".zsh/zsh-vi-mode.zsh"] |
52 type = "file" | |
53 url = "https://github.com/jeffreytse/zsh-vi-mode/raw/master/zsh-vi-mode.zsh" | |
54 refreshPeriod = "168h" | |
55 | |
546 | 56 [".zsh/jq-zsh-plugin"] |
57 type = "archive" | |
58 url = "https://github.com/reegnz/jq-zsh-plugin/archive/master.tar.gz" | |
59 exact = true | |
60 stripComponents = 1 | |
61 refreshPeriod = "168h" | |
62 | |
534
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
63 [".zsh/completions/_fd"] |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
64 type = "file" |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
65 url = "https://github.com/sharkdp/fd/raw/master/contrib/completion/_fd" |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
66 refreshPeriod = "168h" |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
67 |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
68 [".zsh/completions/_rg"] |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
69 type = "file" |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
70 url = "https://github.com/BurntSushi/ripgrep/raw/master/complete/_rg" |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
71 refreshPeriod = "168h" |