comparison .chezmoiexternal.toml @ 578:8e3088140ac6

Disable tmux and zsh plugins on windows
author zegervdv <zegervdv@me.com>
date Thu, 24 Mar 2022 09:22:08 +0100
parents 82804ad59177
children d16dddcf165e
comparison
equal deleted inserted replaced
577:50e9c21e8e95 578:8e3088140ac6
1 {{- if ne .chezmoi.os "windows" }}
1 [".tmux/plugins/tmux-yank"] 2 [".tmux/plugins/tmux-yank"]
2 type = "archive" 3 type = "archive"
3 url = "https://github.com/tmux-plugins/tmux-yank/archive/master.tar.gz" 4 url = "https://github.com/tmux-plugins/tmux-yank/archive/master.tar.gz"
4 exact = true 5 exact = true
5 stripComponents = 1 6 stripComponents = 1
66 67
67 [".zsh/completions/_rg"] 68 [".zsh/completions/_rg"]
68 type = "file" 69 type = "file"
69 url = "https://github.com/BurntSushi/ripgrep/raw/master/complete/_rg" 70 url = "https://github.com/BurntSushi/ripgrep/raw/master/complete/_rg"
70 refreshPeriod = "168h" 71 refreshPeriod = "168h"
72 {{- end}}