File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2- exec " $( dirname " $0 " ) /run-clean-env" chezmoi " $@ "
2+ set -eu
3+
4+ homebrew_dir=" /opt/homebrew"
5+ brew=" $homebrew_dir /bin/brew"
6+
7+ env -i HOME=" $HOME " GITHUB_ACTIONS=" ${GITHUB_ACTIONS:- } " /bin/bash --noprofile --norc << EOF
8+ eval "\$ (/usr/libexec/path_helper -s)"
9+ eval "\$ ("$brew " shellenv)"
10+ chezmoi "$@ "
11+ EOF
Load diff This file was deleted.
Original file line number Diff line number Diff line change 2424
2525echo " Installing and initializing chezmoi"
2626
27- " $( dirname " $0 " ) /bin/run-clean-env" bash -c "
28- HOMEBREW_NO_AUTO_UPDATE=1 brew install chezmoi
29- chezmoi init --verbose --apply $account
30- "
27+ env -i HOME=" $HOME " GITHUB_ACTIONS=" ${GITHUB_ACTIONS:- } " /bin/bash --noprofile --norc << EOF
28+ eval "\$ (/usr/libexec/path_helper -s)"
29+ eval "\$ ("$brew " shellenv)"
30+ HOMEBREW_NO_AUTO_UPDATE=1 "$brew " install chezmoi
31+ chezmoi init --verbose --apply $account
32+ EOF
You can’t perform that action at this time.
0 commit comments