Skip to content

Instantly share code, notes, and snippets.

@sebastianrothe
Created August 3, 2017 09:56
Show Gist options
  • Save sebastianrothe/2548e07b8aa16c9eb7ec818081ee2371 to your computer and use it in GitHub Desktop.
Save sebastianrothe/2548e07b8aa16c9eb7ec818081ee2371 to your computer and use it in GitHub Desktop.
Get a list of all installed Application on OSX for reinstalling with brew cask
#!/bin/sh
ls -l /Applications | tr -s ' ' | cut -d ' ' -f9 | paste -s -d' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment