Skip to content

Commit

Permalink
fix: try another way to fix chezmoi command for first installs
Browse files Browse the repository at this point in the history
  • Loading branch information
okaufmann authored Mar 23, 2024
1 parent 1afd009 commit f76864f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_once_before_install-packages-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ touch "$HOME/.hushlogin"

# For first installs create a alias to make chezmoi available
if ! command -v chezmoi &> /dev/null; then
alias chezmoi='./bin/chezmoi'
chezmoi='./bin/chezmoi'
else
chezmoi='chezmoi'
fi

echo 'Check for Homebrew and install if we don''t have it'
Expand Down

0 comments on commit f76864f

Please sign in to comment.