Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wangcheng/853782af5e1f0d9a4361ffec749ac5be to your computer and use it in GitHub Desktop.
Save wangcheng/853782af5e1f0d9a4361ffec749ac5be 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