Skip to content

Instantly share code, notes, and snippets.

@supercoffee
Created April 8, 2020 23:57
Show Gist options
  • Save supercoffee/7ac65ba7a7dae7efea70440f92841f9d to your computer and use it in GitHub Desktop.
Save supercoffee/7ac65ba7a7dae7efea70440f92841f9d to your computer and use it in GitHub Desktop.
Remove zoom.us app from mac
#!/usr/bin/env bash
pkill zoom.us
sudo rm -rf ~/Library/Application\ Support/zoom.us \
~/Library/Logs/zoom* \
~/Library/Caches/us.zoom* \
/Applications/zoom.us.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment