From 42247da526dc9fdde76ec5768ab2244d3fe269fa Mon Sep 17 00:00:00 2001 From: Timm Heuss Date: Sat, 24 Aug 2024 20:51:36 +0200 Subject: [PATCH] Do not show hidden files by default --- .macos-defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.macos-defaults b/.macos-defaults index b8c88aa..c12ae2d 100755 --- a/.macos-defaults +++ b/.macos-defaults @@ -35,7 +35,7 @@ defaults write com.apple.dock show-recent-count -int 3 killall Dock defaults write -g AppleShowAllExtensions -bool true -defaults write com.apple.finder AppleShowAllFiles true +defaults write com.apple.finder AppleShowAllFiles false defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES defaults write com.apple.finder ShowPathbar -bool true