Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Removed call to hide readme
Browse files Browse the repository at this point in the history
does not work across pulls and not cross os
  • Loading branch information
michaelvanstraten committed Feb 11, 2024
1 parent 481ae93 commit adc8038
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ bootstrap_repo() {
ensure 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
Expand Down

0 comments on commit adc8038

Please # to comment.