comparison .chezmoiexternal.toml @ 586:d2a4d0b67e35

Add completions for brew and chezmoi
author zegervdv <zegervdv@me.com>
date Thu, 14 Apr 2022 11:07:48 +0200
parents d16dddcf165e
children 77280c499124
comparison
equal deleted inserted replaced
585:05e78f59392c 586:d2a4d0b67e35
56 url = "https://github.com/sharkdp/fd/raw/v8.3.2/contrib/completion/_fd" 56 url = "https://github.com/sharkdp/fd/raw/v8.3.2/contrib/completion/_fd"
57 57
58 [".zsh/completions/_rg"] 58 [".zsh/completions/_rg"]
59 type = "file" 59 type = "file"
60 url = "https://github.com/BurntSushi/ripgrep/raw/13.0.0/complete/_rg" 60 url = "https://github.com/BurntSushi/ripgrep/raw/13.0.0/complete/_rg"
61
62 [".zsh/completions/_brew"]
63 type = "file"
64 url = "https://github.com/Homebrew/brew/raw/master/completions/zsh/_brew"
65 refreshPeriod = "168h"
66
67 [".zsh/completions/_chezmoi"]
68 type = "file"
69 url = "https://github.com/twpayne/chezmoi/raw/v2.15.1/completions/chezmoi.zsh"
70
61 {{- end}} 71 {{- end}}