feat(macos): exit on error

This commit is contained in:
Saibotk 2024-12-03 00:16:34 +01:00
parent 41bcfd066a
commit 067654e268
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -1,5 +1,8 @@
#!/bin/sh
# Exit on error
set -e
# Path to your dotfiles.
export DOTFILES=$HOME/.dotfiles