Skip to content

Instantly share code, notes, and snippets.

@grokcodile
grokcodile / mac-osx-preference-settings.md
Last active October 4, 2015 15:37 — forked from saetia/gist:1623487
Custom Mac OS X Settings and Application Preferences - Post Clean Install
# Enable dark interface mode 
sudo defaults write /Library/Preferences/.GlobalPreferences AppleInterfaceTheme Dark

# Disable window animations
defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false

# Set Menubar clock to display day, date, and time
defaults write com.apple.menuextra.clock DateFormat -string "EEE MMM d  h:mm a"