Skip to content

Instantly share code, notes, and snippets.

@jzucker2
Last active August 29, 2015 14:22
Show Gist options
  • Save jzucker2/5b61c78d9fbe0e71a2c5 to your computer and use it in GitHub Desktop.
Save jzucker2/5b61c78d9fbe0e71a2c5 to your computer and use it in GitHub Desktop.
Finder commands
# set up destination for screenshots
mkdir ~/Screenshots; defaults write com.apple.screencapture location ~/Screenshots; killall SystemUIServer; echo "Desktop clutter begone"
# this adds a recently used applications stack to the dock
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