Quickly get your dotfiles up and running
It's usually a good idea to set the `set -e` and `set -x` options in the script if you can. Failing fast on errors is usually a good thing. It might require reworking some of the things (if a command is allowed to fail, you can explicitly add something like `|| true`, and stuff like that).
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by anishathalye and has received 2 comments.