-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.chezmoiexternal.toml
More file actions
34 lines (30 loc) · 1.37 KB
/
Copy path.chezmoiexternal.toml
File metadata and controls
34 lines (30 loc) · 1.37 KB
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
# There is no zsh plugin framework. .zshrc sources three of these clones
# directly: fzf-tab, zsh-autosuggestions and zsh-syntax-highlighting.
# zsh-completions is never sourced: only its src/ is prepended to fpath, so
# deleting it for want of a source line drops 192 completion definitions and
# reports nothing -- a missing fpath entry is not an error.
# --ff-only fails the pull on a rewritten upstream history instead of merging it.
[".local/share/zsh/plugins/zsh-syntax-highlighting"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-syntax-highlighting.git"
refreshPeriod = "168h"
[".local/share/zsh/plugins/zsh-syntax-highlighting".pull]
args = ["--ff-only"]
[".local/share/zsh/plugins/zsh-autosuggestions"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-autosuggestions.git"
refreshPeriod = "168h"
[".local/share/zsh/plugins/zsh-autosuggestions".pull]
args = ["--ff-only"]
[".local/share/zsh/plugins/fzf-tab"]
type = "git-repo"
url = "https://github.com/Aloxaf/fzf-tab.git"
refreshPeriod = "168h"
[".local/share/zsh/plugins/fzf-tab".pull]
args = ["--ff-only"]
[".local/share/zsh/plugins/zsh-completions"]
type = "git-repo"
url = "https://github.com/zsh-users/zsh-completions.git"
refreshPeriod = "168h"
[".local/share/zsh/plugins/zsh-completions".pull]
args = ["--ff-only"]