Skip to content

Instantly share code, notes, and snippets.

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 unknownuser88/11b8f94466aee8e8b8e29b64ff831bb9 to your computer and use it in GitHub Desktop.
Save unknownuser88/11b8f94466aee8e8b8e29b64ff831bb9 to your computer and use it in GitHub Desktop.
Revert Sublime Text 3 to a fresh state step by step πŸ™‚

How do I revert Sublime Text 3 to a fresh state

This little gist will walk you through the process of reverting your Sublime Text installation to a fresh state.

This simply means to get Sublime Text to exactly as it was by default.

Hum... Will I lose all my setup?

No. You can go back to how you were really easily, and it's explained at the bottom. πŸ˜‰

Revert to a fresh state

  1. Preferences β†’ Browse Packages
  2. Go up 2 folders
  3. Close Sublime Text
  4. Rename the Sublime Text 3 folder something else (Sublime Text 3-actual for example)
  5. restart Sublime Text

What this will do is recreate the Sublime Text 3 folder for you, as it was by default.

πŸŽ‰ Now, Sublime Text is exactly how it was when you first started it πŸ‘Ά

Get your setup back

You've probably guessed how to do this now, but for clarity's sake, here's the step by step process:

  1. Preferences β†’ Browse Packages
  2. Go up 2 folders
  3. Close Sublime Text
  4. Delete the sublime Text 3 folder
  5. Rename the original Sublime Text 3 folder (in my case, it'd be the folder Sublime Text 3-actual) to Sublime Text 3
  6. Restart Sublime Text

πŸŽ‰ Now you're back to how you were before.

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