diff --git a/setup.sh b/setup.sh index 718e30b..c4ff369 100644 --- a/setup.sh +++ b/setup.sh @@ -1,8 +1,5 @@ #!/bin/sh -# Fail on error -set -e - # Copy dot-files cp -R ~/dot-files/.bashrc ~/dot-files/.bashrc_aliases ~/dot-files/.bash_profile ~/dot-files/.bash_logout ~/dot-files/.gitconfig ~/dot-files/.config ~/ chmod 744 ~/.bashrc_aliases