Skip to content

Instantly share code, notes, and snippets.

@eMdOS
Created February 6, 2018 20:41
Show Gist options
  • Save eMdOS/52a17991821552f0e3e85263fa4ee3ea to your computer and use it in GitHub Desktop.
Save eMdOS/52a17991821552f0e3e85263fa4ee3ea to your computer and use it in GitHub Desktop.
macOS Dock - Most recent apps
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment