From 6f258308782b45edc2ea17dac54da4e2a88c267d Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Wed, 18 Oct 2023 09:45:32 +0200 Subject: [PATCH] feat(zsh): add brew plugin on MacOS --- dot_config/zsh/02-plugins.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/zsh/02-plugins.zsh b/dot_config/zsh/02-plugins.zsh index 8a02e10..46f7432 100644 --- a/dot_config/zsh/02-plugins.zsh +++ b/dot_config/zsh/02-plugins.zsh @@ -4,7 +4,7 @@ source $ZNAP_HOME/znap.zsh znap source ohmyzsh/ohmyzsh \ - plugins/{docker,kubectl,git,grc,fzf,zoxide,terraform} + plugins/{docker,kubectl,{{- if eq .chezmoi.os "darwin" }}brew,{{end}}git,grc,fzf,zoxide,terraform} command -v golangci-lint &> /dev/null && znap fpath _golangci-lint 'golangci-lint completion zsh'