-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.chezmoiexternal.toml
81 lines (64 loc) · 2.83 KB
/
.chezmoiexternal.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{{- if ne .chezmoi.os "windows" }}
[".tmux/plugins/tmux-yank"]
type = "archive"
url = "https://github.com/tmux-plugins/tmux-yank/archive/1b1a436e19f095ae8f825243dbe29800a8acd25c.tar.gz"
exact = true
stripComponents = 1
[".tmux/plugins/tmux-better-mouse-mode"]
type = "archive"
url = "https://github.com/NHDaly/tmux-better-mouse-mode/archive/aa59077c635ab21b251bd8cb4dc24c415e64a58e.tar.gz"
exact = true
stripComponents = 1
[".tmux/plugins/tmux-thumbs"]
type = "archive"
url = "https://github.com/fcsonline/tmux-thumbs/archive/a18ab2f49975c7b9d7e20e2d3b08696e1ec98f88.tar.gz"
exact = true
stripComponents = 1
[".zsh/zsh-history-substring-search.zsh"]
type = "file"
url = "https://github.com/zsh-users/zsh-history-substring-search/raw/4abed97b6e67eb5590b39bcd59080aa23192f25d/zsh-history-substring-search.zsh"
[".zsh/zsh-autosuggestions.zsh"]
type = "file"
url = "https://raw.githubusercontent.com/zsh-users/zsh-autosuggestions/fcca87555fe5c0c93c5ba865505a7e5d7a1a95cb/zsh-autosuggestions.zsh"
[".zsh/fast-syntax-highlighting"]
type = "archive"
url = "https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/ef8ba84c3a76c768f49a0bdd2a620b2f53c2478a.tar.gz"
exact = true
stripComponents = 1
[".zsh/zsh-histdb"]
type = "archive"
url = "https://github.com/larkery/zsh-histdb/archive/30797f0c50c31c8d8de32386970c5d480e5ab35d.tar.gz"
exact = true
stripComponents = 1
[".zsh/fzf-histdb.zsh"]
type = "file"
url = "https://github.com/m42e/zsh-histdb-fzf/raw/055523a798acf02a67e242b3281d917f5ee4309a/fzf-histdb.zsh"
[".zsh/zsh-vi-mode.zsh"]
type = "file"
url = "https://github.com/jeffreytse/zsh-vi-mode/raw/v0.9.0/zsh-vi-mode.zsh"
[".zsh/zsh-histdb-skim/zsh-histdb-skim.zsh"]
type = "file"
url = "https://github.com/m42e/zsh-histdb-skim/raw/v0.8.6/zsh-histdb-skim.zsh"
[".zsh/zsh-defer.zsh"]
type = "file"
url = "https://github.com/romkatv/zsh-defer/raw/3770c54fb4b25a1256dfaabbde37c4399c1f9298/zsh-defer.plugin.zsh"
[".zsh/completions/_fd"]
type = "file"
url = "https://github.com/sharkdp/fd/raw/v8.3.2/contrib/completion/_fd"
[".zsh/completions/_rg"]
type = "file"
url = "https://github.com/BurntSushi/ripgrep/raw/13.0.0/complete/_rg"
[".zsh/completions/_brew"]
type = "file"
url = "https://github.com/Homebrew/brew/raw/master/completions/zsh/_brew"
refreshPeriod = "168h"
[".zsh/completions/_pass"]
type = "file"
url = "https://git.zx2c4.com/password-store/plain/src/completion/pass.zsh-completion"
[".config/helix/runtime/queries/tcl/highlights.scm"]
type = "file"
url = "https://github.com/lewis6991/tree-sitter-tcl/raw/ac8b94b7a89825ddbdd6f8fc0a81c67c065be851/queries/tcl/highlights.scm"
[".config/helix/runtime/queries/tcl/indents.scm"]
type = "file"
url = "https://github.com/lewis6991/tree-sitter-tcl/raw/ac8b94b7a89825ddbdd6f8fc0a81c67c065be851/queries/tcl/indents.scm"
{{- end}}