Skip to content

Instantly share code, notes, and snippets.

@MustCodeAl
Created January 4, 2024 06:37
Show Gist options
  • Save MustCodeAl/515ef9139c6a4fd7b8ec82ef5f6bd373 to your computer and use it in GitHub Desktop.
Save MustCodeAl/515ef9139c6a4fd7b8ec82ef5f6bd373 to your computer and use it in GitHub Desktop.
chflags nohidden ~/Library
defaults write com.apple.finder AppleShowAllFiles YES
defaults write com.apple.finder ShowPathbar -bool true
defaults write com.apple.finder ShowStatusBar -bool true
defaults write com.apple.finder QuitMenuItem -bool true
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false
defaults write com.apple.dock showhidden -bool true; killal│
defaults write com.apple.finder QLEnableTextSelection -bool│
defaults write com.apple.Dock showhidden -boolean yes; kill│
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment