fix nvim ime: macOS install macism

This commit is contained in:
2025-05-06 18:07:37 +08:00
parent f3000a5885
commit 359ff66c2e
2 changed files with 8 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ command -v brew >/dev/null 2>&1 || \
(echo '🍺 Installing Homebrew' && /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")
brew bundle --file=/dev/stdin <<EOF
{{ range .packages.darwin.taps -}}
tap {{ . | quote }}
{{ end -}}
{{ range .packages.darwin.brews -}}
brew {{ . | quote }}
{{ end -}}