Skip to content

Instantly share code, notes, and snippets.

@hasantahir
Last active July 22, 2020 13:01
Show Gist options
  • Save hasantahir/ef0c77e203bae8321c4936d2e3634008 to your computer and use it in GitHub Desktop.
Save hasantahir/ef0c77e203bae8321c4936d2e3634008 to your computer and use it in GitHub Desktop.
Useful Commands for MACOS
// Create a list of installed apps on Macos
// Note that this also creates a list of all the packages installed via Homebrew and pip
ls -l /Applications | open -ef && ls -l /usr/local/bin | open -ef
// The resulting text file can then be saved.
@hasantahir
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment