# 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"