From 1e9669d6c5a8f82b90a69942a8b04cb19852e6cc Mon Sep 17 00:00:00 2001 From: Michael van Straten Date: Sun, 11 Feb 2024 20:21:07 +0100 Subject: [PATCH] Removed call to hide readme does not work across pulls and not cross os --- .scripts/bootstrap.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.scripts/bootstrap.sh b/.scripts/bootstrap.sh index a191026..3fdc7b4 100755 --- a/.scripts/bootstrap.sh +++ b/.scripts/bootstrap.sh @@ -93,11 +93,6 @@ bootstrap_repo() { git checkout -b master "origin/$REMOTE_BRANCH" ensure git submodule update --init --recursive - # Hide readme.md if on macOS - if [ "$(uname -s)" = "Darwin" ]; then - chflags hidden "$HOME/readme.md" - fi - # Add remote sub-tree repositories if ! git remote | grep --quiet --ignore-case betterfox; then git remote add Betterfox https://github.com/yokoffing/Betterfox