Show | Hidden Finder __hot__

: defaults write com.apple.finder AppleShowAllFiles -bool false followed by killall Finder . đź“‚ Accessing the Hidden Library Folder

Files/folders starting with a dot ( . ) are hidden to prevent accidental edits. Great for your .ssh or .zshrc , but don't move/rename system ones. show hidden finder

Open Terminal and paste:

To hide the files again, you can use: $$defaults write com.apple.finder AppleShowAllFiles NO$$ And then relaunch Finder. : defaults write com