Installation

Installing ThemeScheduler.


Package Control

The recommended way to install ThemeScheduler is via Package Control. Package Control will install the correct branch on your system and keep it up to date.

  1. Ensure Package Control is installed. Instructions are found here.

  2. In Sublime Text, press ctrl + shift + p (Win, Linux) or cmd + shift + p (OSX) to bring up the quick panel and start typing Package Control: Install Package. Select the command and it will show a list of installable plugins.

  3. Start typing ThemeScheduler; when you see it, select it.

  4. Restart to be sure everything is loaded proper.

  5. Enjoy!

Git Cloning

Warning

This is not the recommended way to install ThemeScheduler for the casual user as it requires the user to know which branch to install, know how to use git, and will not get automatically updated.

If you are forking for a pull request, this is the way to go, just replace the official repository with the link for your fork.

  1. Quit Sublime Text.

  2. Open a terminal:

    cd /path/to/Sublime Text 3/Packages
    git clone https://github.com/facelessuser/ThemeScheduler.git ThemeScheduler
    
  3. Restart Sublime Text.