Skip to content

Commit

Permalink
Fail bootstrap if command fails
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterson authored Nov 10, 2024
1 parent 66d61b9 commit db9b90d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bootstrap-dotfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ elif [ -n "$brew" ]; then
python3 -m pip install --user --upgrade --break-system-packages pynvim typing_extensions
fi

set +e

trap - EXIT

git clone --bare "$DOTFILES_GIT" "$HOME/.cfg"
Expand Down

0 comments on commit db9b90d

Please sign in to comment.