diff --git a/justfile b/justfile index cf1ceac2..ddb5c4ae 100644 --- a/justfile +++ b/justfile @@ -9,7 +9,8 @@ dotbot: dotbot --config-file "{{ justfile_directory() }}/etc/dotbot.yaml" --base-directory "{{ justfile_directory() }}" --quiet homebrew: - /bin/bash -c "NONINTERACTIVE=1 $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" + #!/usr/bin/env bash + NONINTERACTIVE=1 $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) brew: brew bundle install --file="{{ justfile_directory() }}/etc/Brewfile" --force --no-lock