Skip to content

Instantly share code, notes, and snippets.

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