Skip to content

Commit

Permalink
chore(macsetup.sh): add commands to hide hidden files in Finder and a…
Browse files Browse the repository at this point in the history
…llow apps from anywhere for improved user experience
  • Loading branch information
leoli0605 committed Jul 25, 2024
1 parent f27a208 commit 41a1d29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scripts/macos/macsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,13 @@ defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
# Show path bar in Finder
# //////////////////////////////////////////////////
defaults write com.apple.finder ShowPathbar -bool true

# DON'T Show hidden files in Finder
# //////////////////////////////////////////////////
defaults write com.apple.finder AppleShowAllFiles -bool false

killall Finder

# Allow apps from anywhere
# //////////////////////////////////////////////////
sudo spctl --master-disable

0 comments on commit 41a1d29

Please sign in to comment.