From 8695332462cc0d36ef848108ef59a76dc13a86ea Mon Sep 17 00:00:00 2001 From: Robb Schiller Date: Tue, 16 Aug 2022 07:10:23 -0400 Subject: [PATCH] tweak osx defaults --- bin/osxdefaults | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/osxdefaults b/bin/osxdefaults index 9e8df98..f972539 100755 --- a/bin/osxdefaults +++ b/bin/osxdefaults @@ -13,7 +13,7 @@ defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false /usr/libexec/PlistBuddy -c "Set :DesktopViewSettings:IconViewSettings:arrangeBy grid" ~/Library/Preferences/com.apple.finder.plist # Save to disk (not to iCloud) by default -defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false +# defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false # Automatically quit printer app once the print jobs complete defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true @@ -73,9 +73,6 @@ defaults write com.apple.finder EmptyTrashSecurely -bool false # Finder: disable window and Get Info animations defaults write com.apple.finder DisableAllAnimations -bool true -# Finder: show the ~/Library folder (in OS X Lion) -chflags nohidden ~/Library - # Finder: show hidden files by default defaults write com.apple.finder AppleShowAllFiles -bool true