Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oguzoldev/0e7120ec5de938e600b48b799b1d5c1d to your computer and use it in GitHub Desktop.
Save oguzoldev/0e7120ec5de938e600b48b799b1d5c1d to your computer and use it in GitHub Desktop.
Change Apple OS X Dock size from Apple Terminal

Change Apple OS X Dock size from Apple Terminal

defaults write com.apple.dock tilesize -int 32; killall Dock

32 is icon size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment