# HG changeset patch # User zegervdv # Date 1648110128 -3600 # Node ID 8e3088140ac6ee10344aca9d12e0e25c400c9dca # Parent 50e9c21e8e9586c28118cd90992a532f58ba92b8 Disable tmux and zsh plugins on windows diff -r 50e9c21e8e95 -r 8e3088140ac6 .chezmoiexternal.toml --- a/.chezmoiexternal.toml Fri Jan 07 09:23:37 2022 +0100 +++ b/.chezmoiexternal.toml Thu Mar 24 09:22:08 2022 +0100 @@ -1,3 +1,4 @@ +{{- if ne .chezmoi.os "windows" }} [".tmux/plugins/tmux-yank"] type = "archive" url = "https://github.com/tmux-plugins/tmux-yank/archive/master.tar.gz" @@ -68,3 +69,4 @@ type = "file" url = "https://github.com/BurntSushi/ripgrep/raw/master/complete/_rg" refreshPeriod = "168h" +{{- end}}