Skip to content

Instantly share code, notes, and snippets.

@romansavrulin
Forked from skoji/remove-slack-settings.sh
Created March 25, 2021 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romansavrulin/ee2173673460d6690026ee052b8c2c98 to your computer and use it in GitHub Desktop.
Save romansavrulin/ee2173673460d6690026ee052b8c2c98 to your computer and use it in GitHub Desktop.
remove Slack settings (OS X)
rm -rf ~/Library/Application\ Support/Slack/
rm -rf ~/Library/Containers/com.tinyspeck.slackmacgap/
rm -rf ~/Library/Preferences/com.tinyspeck.slackmacgap.plist
rm -rf ~/Library/Saved\ Application\ State/com.tinyspeck.slackmacgap.savedState
rm ~/Library/Safari/LocalStorage/*slack*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment