Skip to content

Instantly share code, notes, and snippets.

@marcosscriven
Last active October 20, 2015 15:02
Show Gist options
  • Save marcosscriven/1c6e4eb25dbe8c6115f6 to your computer and use it in GitHub Desktop.
Save marcosscriven/1c6e4eb25dbe8c6115f6 to your computer and use it in GitHub Desktop.
List of downloads:
http://osxdaily.com/2012/07/12/list-download-history-mac-os-x/
Special attributes for Gatekeeper:
http://ilostmynotes.blogspot.co.uk/2012/06/gatekeeper-xprotect-and-quarantine.html
brew list and brew cask list
list of all the software you've manually installed by downloading:
sqlite3 com.apple.LaunchServices.QuarantineEventsV2 'select LSQuarantineOriginURLString, LSQuarantineDataURLString from LSQuarantineEvent' | egrep "\.dmg|\.pkg|\.iso|\.zip"
sqlite3 com.apple.LaunchServices.QuarantineEventsV2 'select LSQuarantineOriginURLString, LSQuarantineDataURLString from LSQuarantineEvent' | egrep "\.dmg|\.pkg|\.iso|\.zip" | cut -d\| -f1 | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment