Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save markjarzynski/d243928aa6e62cffe3ae069bc556d0eb to your computer and use it in GitHub Desktop.
Save markjarzynski/d243928aa6e62cffe3ae069bc556d0eb to your computer and use it in GitHub Desktop.
macOS Hidden Settings
#!/bin/sh
# Do not write .DS_Store to Network Shares
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
# Must kill Finder.app to take effect
#killall Finder
#!/bin/sh
# Increase the cursor speed in OS X Terminal.app
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 25
# Must logout to take effect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment