We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d92e3 commit d22dbdeCopy full SHA for d22dbde
provision-mac.sh
@@ -58,7 +58,7 @@ eval $($HBBIN/brew shellenv)
58
# Turning off quarantine for casks; assuming I trust any apps that
59
# made it into the Brewfile. *slightly* perilous, though.
60
HOMEBREW_CASK_OPTS="--no-quarantine" \
61
- $HBBIN/brew bundle install --no-lock --file=$DOTFILES_ROOT/install_lists/Brewfile
+ $HBBIN/brew bundle install --file=$DOTFILES_ROOT/install_lists/Brewfile
62
63
# set fish as user shell
64
targetShell="$HBBIN/fish"
0 commit comments