Skip to content

Instantly share code, notes, and snippets.

@betsydupuis
Last active August 29, 2015 14:21
Show Gist options
  • Save betsydupuis/cdc06fa05ad01e8a4437 to your computer and use it in GitHub Desktop.
Save betsydupuis/cdc06fa05ad01e8a4437 to your computer and use it in GitHub Desktop.
Default my default configs for new macs
# Disable dashboard
defaults write com.apple.dashboard mcx-disabled -boolean YES; killall Dock
# Show hidden files
defaults write com.apple.finder AppleShowAllFiles YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment