-
-
Save 5minpause/65c60721f2da952fc87a0789662bf2c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chflags nohidden ~/Library | |
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true | |
defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true | |
defaults write com.apple.dock autohide -bool true | |
defaults write com.apple.dock autohide-delay -float 0 | |
defaults write com.apple.dock launchanim -bool false | |
defaults write com.apple.dock magnification -bool false | |
defaults write com.apple.dock mru-spaces -bool false | |
defaults write com.apple.dock show-process-indicators -bool true | |
defaults write com.apple.dock size-immutable -bool true | |
defaults write com.apple.dock tilesize -int 46 | |
defaults write com.apple.dock wvous-tr-corner -int 5 | |
defaults write com.apple.dock wvous-tr-modifier -int 0 | |
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true | |
defaults write com.apple.finder _FXSortFoldersFirst -bool true | |
defaults write com.apple.finder DisableAllAnimations -bool true | |
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false | |
defaults write com.apple.finder FXPreferredViewStyle -string "clmv" | |
defaults write com.apple.finder QuitMenuItem -bool true | |
defaults write com.apple.finder ShowExternalHardDrivesOnDesktop -bool false | |
defaults write com.apple.finder ShowHardDrivesOnDesktop -bool false | |
defaults write com.apple.finder ShowMountedServersOnDesktop -bool false | |
defaults write com.apple.finder ShowPathbar -bool true | |
defaults write com.apple.finder ShowRemovableMediaOnDesktop -bool false | |
defaults write com.apple.finder ShowStatusBar -bool true | |
defaults write com.apple.screensaver askForPassword -int 1 | |
defaults write com.apple.screensaver askForPasswordDelay -int 0 | |
defaults write com.apple.systempreferences NSQuitAlwaysKeepsWindows -bool false | |
defaults write com.apple.universalaccess closeViewScrollWheelToggle -bool true | |
defaults write com.apple.universalaccess closeViewZoomFollowsFocus -bool true | |
defaults write com.apple.universalaccess HIDScrollZoomModifierMask -int 262144 | |
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 | |
defaults write NSGlobalDomain AppleLanguages -array "en" | |
defaults write NSGlobalDomain AppleLocale -string "en_US@currency=EUR" | |
defaults write NSGlobalDomain AppleMeasurementUnits -string "Centimeters" | |
defaults write NSGlobalDomain AppleMetricUnits -bool true | |
defaults write NSGlobalDomain AppleShowAllExtensions -bool true | |
defaults write NSGlobalDomain AppleWindowTabbingMode -string 'always' | |
defaults write NSGlobalDomain com.apple.springing.enabled -bool true | |
defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false | |
defaults write NSGlobalDomain NSAutomaticCapitalizationEnabled -bool false | |
defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false | |
defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false | |
defaults write NSGlobalDomain NSAutomaticPeriodSubstitutionEnabled -bool false | |
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false | |
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false | |
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false | |
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool true | |
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true | |
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true | |
defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false | |
defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 1 | |
defaults write NSGlobalDomain NSUseAnimatedFocusRing -bool false | |
defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 | |
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist 2> /dev/null | |
launchctl unload -w /System/Library/LaunchAgents/com.apple.rcd.plist 2> /dev/null | |
sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName | |
sudo defaults write /Library/Preferences/com.apple.loginwindow showInputMenu -bool true | |
sudo systemsetup -settimezone "Europe/Berlin" > /dev/null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment