From 8e89babed7a49d732b9677c236d9aa0bd9020a60 Mon Sep 17 00:00:00 2001 From: Marcin Godlewski Date: Mon, 31 Aug 2026 22:04:51 +0200 Subject: [PATCH 1/2] Drop the antigen fallback --- chezmoi/dot_zshrc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/chezmoi/dot_zshrc b/chezmoi/dot_zshrc index 79acee6..54da81c 100644 --- a/chezmoi/dot_zshrc +++ b/chezmoi/dot_zshrc @@ -5,16 +5,6 @@ if [[ -f /opt/homebrew/opt/antidote/share/antidote/antidote.zsh ]]; then zstyle ':plugin:ez-compinit' 'use-cache' 'yes' source /opt/homebrew/opt/antidote/share/antidote/antidote.zsh antidote load -# transitional fallback, antigen is unmaintained and brew disables it 2026-11-22 -elif [[ -f /opt/homebrew/share/antigen/antigen.zsh ]]; then - source /opt/homebrew/share/antigen/antigen.zsh - antigen use oh-my-zsh - antigen bundle git - antigen bundle macos - antigen bundle zsh-users/zsh-autosuggestions - antigen bundle zsh-users/zsh-syntax-highlighting - antigen theme robbyrussell - antigen apply fi ## oh-my-zsh config From 7351d3ed3769e03ad6b7ab0baddf556d083fd01f Mon Sep 17 00:00:00 2001 From: Marcin Godlewski Date: Mon, 31 Aug 2026 22:04:51 +0200 Subject: [PATCH 2/2] Fix stale mackup reference in zshrc comment --- chezmoi/dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_zshrc b/chezmoi/dot_zshrc index 54da81c..23aee83 100644 --- a/chezmoi/dot_zshrc +++ b/chezmoi/dot_zshrc @@ -130,7 +130,7 @@ if command -v go >/dev/null 2>&1; then export PATH="$PATH:$(go env GOPATH)/bin" fi -# Loads additional local zsh config that is not synced via mackup +# Loads additional local zsh config, deliberately not managed by chezmoi if [[ -f "$HOME/.zshlocal" ]]; then source $HOME/.zshlocal fi