Skip to content

Commit

Permalink
Merge pull request mathiasbynens#3 from jpsirois/patch-1
Browse files Browse the repository at this point in the history
Remove the disturbing ".dmg" Mounting Verification
  • Loading branch information
mathiasbynens committed Sep 6, 2011
2 parents 7638fb5 + 5be688e commit 4e77d85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Expand Up @@ -28,6 +28,9 @@ defaults write -g ApplePressAndHoldEnabled -bool false
# Disable OS X Lion auto-correct
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false

# Disable OS X DMG Mounting Verification
defaults write com.apple.frameworks.diskimages skip-verify true

# Reset Launchpad
rm ~/Library/Application\ Support/Dock/*.db

Expand Down

0 comments on commit 4e77d85

Please sign in to comment.