diff .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
line wrap: on
line diff
--- 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}}