These are my settings and packages that I have installed for my personal use, if you find them useful, feel free to use them for yourself. If you wish to see my Sublime Merge settings you can click here.
Follow this guide on how to get Sublime Text up and running on your system
Once you have Sublime Text running, you'll need to install Package Control.
Restart Sublime, and see if Package Control was successfully installed by opening the "Preferences" drop down and see if Package Control
is showing under there.
Make sure before you continue, that you have closed Sublime
<TBA>
<TBA>
Open a Command Prompt and run these commands
cd %appdata%\"Sublime Text\Packages"
rmdir User /s
git clone <link above in "Clone or download"> User
- Open a Windows "Run" prompt (Windows Key + R)
- Put
%appdata%
in to open up yourAppdata\Roaming\
folder - Navigate to
Sublime Text
and then toPackages
to open up your Sublime packages folder - Delete the
User
folder - Click the "Clone or download" button above, and download the ZIP file of this repo
- Open the ZIP file, and extract the contents (not the first folder if there is one, go within that to where the bunch of files are) of it in to a new folder named "User"
Restart Sublime, you might have some errors pop up (especially if you don't have GIT installed).
Once you wait for all of the packages to install, restart Sublime Text and you should now be good to use my settings within Sublime