Skip to content

The settings and packages for Sublime Text 3 that I set up for my dev environments

License

Notifications You must be signed in to change notification settings

ThomasHineXYZ/sublime-text-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Text - User Directory

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.

Pre-installation

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.

Installation

Make sure before you continue, that you have closed Sublime

Linux

Using GIT
<TBA>
Direct Download
<TBA>

Windows

Using GIT

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
Direct Download
  • Open a Windows "Run" prompt (Windows Key + R)
  • Put %appdata% in to open up your Appdata\Roaming\ folder
  • Navigate to Sublime Text and then to Packages 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"

Post-Installation

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

About

The settings and packages for Sublime Text 3 that I set up for my dev environments

Topics

Resources

License

Stars

Watchers

Forks