Skip to content

Instantly share code, notes, and snippets.

@hmphu
Forked from skoji/remove-slack-settings.sh
Created December 16, 2020 16:30
Show Gist options
  • Save hmphu/407ca6193491df3759727a719ee58089 to your computer and use it in GitHub Desktop.
Save hmphu/407ca6193491df3759727a719ee58089 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