Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save o9uzdev/0e7120ec5de938e600b48b799b1d5c1d to your computer and use it in GitHub Desktop.
Save o9uzdev/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