From 067654e26875b70c6bb7385a45ad607de61107cc Mon Sep 17 00:00:00 2001 From: Saibotk Date: Tue, 3 Dec 2024 00:16:34 +0100 Subject: [PATCH] feat(macos): exit on error --- install-mac.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install-mac.sh b/install-mac.sh index e8de917..ad7f3cf 100755 --- a/install-mac.sh +++ b/install-mac.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Exit on error +set -e + # Path to your dotfiles. export DOTFILES=$HOME/.dotfiles