1{{ if eq .chezmoi.os "linux" -}} 2#!/usr/bin/bash 3 4brew bundle --file=/dev/stdin <<EOF 5{{ range .packages.linux.brew -}} 6brew {{ . | quote }} 7{{ end -}} 8EOF 9{{ end -}}