Forked from math2001/Revert sublime text 3 to a fresh state.md
Created
May 24, 2017 10:59
-
-
Save unknownuser88/11b8f94466aee8e8b8e29b64ff831bb9 to your computer and use it in GitHub Desktop.
Revisions
-
math2001 revised this gist
Mar 9, 2017 . No changes.There are no files selected for viewing
-
math2001 revised this gist
Mar 8, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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*. -
math2001 created this gist
Mar 8, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,36 @@ # How do I revert Sublime Text 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. :wink: ## 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*. :tada: Now, Sublime Text is exactly how it was when you first started it :baby: ## 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 :tada: Now you're back to how you were before.