view .chezmoiscripts/run_onchange_after_10-install-brew-packages.sh.tmpl @ 726:2a341028a2c5

fix: use full vim.opt to avoid diagnostic warnings see: https://github.com/folke/neodev.nvim/issues/77
author zegervdv <zegervdv@me.com>
date Sun, 11 Dec 2022 16:11:30 +0100
parents e1cbab38a3e1
children 10e3f300baea
line wrap: on
line source

{{ if (and (or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin")) (ne .chezmoi.arch "arm64")) -}}
#!/usr/bin/env bash

# Brewfile hash: {{ include "dot_Brewfile" | sha256sum }}

brew analytics off

brew bundle --global

{{ end -}}