Mercurial > dotfiles
annotate .chezmoiexternal.toml @ 802:9c8698e50c5e
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/JohnnyMorganz/StyLua: v0.19.0 ? v0.19.1](https://github.com/JohnnyMorganz/StyLua/compare/v0.19.0...v0.19.1)
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
---|---|
date | Mon, 20 Nov 2023 18:04:55 +0000 |
parents | f249dfee9dcc |
children | 72744c944497 |
rev | line source |
---|---|
578
8e3088140ac6
Disable tmux and zsh plugins on windows
zegervdv <zegervdv@me.com>
parents:
566
diff
changeset
|
1 {{- if ne .chezmoi.os "windows" }} |
505 | 2 [".tmux/plugins/tmux-yank"] |
3 type = "archive" | |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
4 url = "https://github.com/tmux-plugins/tmux-yank/archive/1b1a436e19f095ae8f825243dbe29800a8acd25c.tar.gz" |
505 | 5 exact = true |
6 stripComponents = 1 | |
7 | |
8 [".tmux/plugins/tmux-better-mouse-mode"] | |
9 type = "archive" | |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
10 url = "https://github.com/NHDaly/tmux-better-mouse-mode/archive/aa59077c635ab21b251bd8cb4dc24c415e64a58e.tar.gz" |
505 | 11 exact = true |
12 stripComponents = 1 | |
13 | |
14 [".tmux/plugins/tmux-thumbs"] | |
15 type = "archive" | |
556 | 16 url = "https://github.com/fcsonline/tmux-thumbs/archive/a18ab2f49975c7b9d7e20e2d3b08696e1ec98f88.tar.gz" |
505 | 17 exact = true |
18 stripComponents = 1 | |
506 | 19 |
530
5e6d724bcd65
fetch zsh-history-substring-search from external repo
zegervdv <zegervdv@me.com>
parents:
510
diff
changeset
|
20 [".zsh/zsh-history-substring-search.zsh"] |
5e6d724bcd65
fetch zsh-history-substring-search from external repo
zegervdv <zegervdv@me.com>
parents:
510
diff
changeset
|
21 type = "file" |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
22 url = "https://github.com/zsh-users/zsh-history-substring-search/raw/4abed97b6e67eb5590b39bcd59080aa23192f25d/zsh-history-substring-search.zsh" |
531 | 23 |
24 [".zsh/zsh-autosuggestions.zsh"] | |
25 type = "file" | |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
26 url = "https://raw.githubusercontent.com/zsh-users/zsh-autosuggestions/fcca87555fe5c0c93c5ba865505a7e5d7a1a95cb/zsh-autosuggestions.zsh" |
534
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
27 |
536
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
28 [".zsh/fast-syntax-highlighting"] |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
29 type = "archive" |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
30 url = "https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/ef8ba84c3a76c768f49a0bdd2a620b2f53c2478a.tar.gz" |
536
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
31 exact = true |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
32 stripComponents = 1 |
87f5a409ee83
Add zsh syntax highlighting in shell
zegervdv <zegervdv@me.com>
parents:
534
diff
changeset
|
33 |
539 | 34 [".zsh/zsh-histdb"] |
35 type = "archive" | |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
36 url = "https://github.com/larkery/zsh-histdb/archive/30797f0c50c31c8d8de32386970c5d480e5ab35d.tar.gz" |
539 | 37 exact = true |
38 stripComponents = 1 | |
39 | |
40 [".zsh/fzf-histdb.zsh"] | |
41 type = "file" | |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
42 url = "https://github.com/m42e/zsh-histdb-fzf/raw/055523a798acf02a67e242b3281d917f5ee4309a/fzf-histdb.zsh" |
539 | 43 |
542 | 44 [".zsh/zsh-vi-mode.zsh"] |
45 type = "file" | |
776 | 46 url = "https://github.com/jeffreytse/zsh-vi-mode/raw/v0.9.0/zsh-vi-mode.zsh" |
542 | 47 |
587
77280c499124
usd zsh-histdb-skim for more stable results
zegervdv <zegervdv@me.com>
parents:
586
diff
changeset
|
48 [".zsh/zsh-histdb-skim/zsh-histdb-skim.zsh"] |
77280c499124
usd zsh-histdb-skim for more stable results
zegervdv <zegervdv@me.com>
parents:
586
diff
changeset
|
49 type = "file" |
776 | 50 url = "https://github.com/m42e/zsh-histdb-skim/raw/v0.8.6/zsh-histdb-skim.zsh" |
587
77280c499124
usd zsh-histdb-skim for more stable results
zegervdv <zegervdv@me.com>
parents:
586
diff
changeset
|
51 |
658
77f3f615e4bf
Add zsh-defer to load zsh prompt faster (I think?)
zegervdv <zegervdv@me.com>
parents:
656
diff
changeset
|
52 [".zsh/zsh-defer.zsh"] |
77f3f615e4bf
Add zsh-defer to load zsh prompt faster (I think?)
zegervdv <zegervdv@me.com>
parents:
656
diff
changeset
|
53 type = "file" |
77f3f615e4bf
Add zsh-defer to load zsh prompt faster (I think?)
zegervdv <zegervdv@me.com>
parents:
656
diff
changeset
|
54 url = "https://github.com/romkatv/zsh-defer/raw/3770c54fb4b25a1256dfaabbde37c4399c1f9298/zsh-defer.plugin.zsh" |
77f3f615e4bf
Add zsh-defer to load zsh prompt faster (I think?)
zegervdv <zegervdv@me.com>
parents:
656
diff
changeset
|
55 |
534
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
56 [".zsh/completions/_fd"] |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
57 type = "file" |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
58 url = "https://github.com/sharkdp/fd/raw/v8.3.2/contrib/completion/_fd" |
534
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
59 |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
60 [".zsh/completions/_rg"] |
aee830df7a88
Add zsh completions for fd and rg
zegervdv <zegervdv@me.com>
parents:
531
diff
changeset
|
61 type = "file" |
583
d16dddcf165e
Pin versions of all external dependencies
zegervdv <zegervdv@me.com>
parents:
578
diff
changeset
|
62 url = "https://github.com/BurntSushi/ripgrep/raw/13.0.0/complete/_rg" |
586
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
63 |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
64 [".zsh/completions/_brew"] |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
65 type = "file" |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
66 url = "https://github.com/Homebrew/brew/raw/master/completions/zsh/_brew" |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
67 refreshPeriod = "168h" |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
68 |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
69 [".zsh/completions/_chezmoi"] |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
70 type = "file" |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
71 url = "https://github.com/twpayne/chezmoi/raw/v2.15.1/completions/chezmoi.zsh" |
d2a4d0b67e35
Add completions for brew and chezmoi
zegervdv <zegervdv@me.com>
parents:
583
diff
changeset
|
72 |
636 | 73 [".zsh/completions/_pass"] |
74 type = "file" | |
75 url = "https://git.zx2c4.com/password-store/plain/src/completion/pass.zsh-completion" | |
76 | |
578
8e3088140ac6
Disable tmux and zsh plugins on windows
zegervdv <zegervdv@me.com>
parents:
566
diff
changeset
|
77 {{- end}} |