Skip to content
thatsIch edited this page Jan 25, 2017 · 2 revisions

Using Package Control

The easiest way to install is via Package Control. If you don't have it installed yet, I highly recommend it. Package Control will manage your packages and update them automatically.

If you have Package Control installed:

  • open the command palette (default ctrl+shift+p)
  • run Package Control: Install Package command
  • search for Rainmeter and hit enter

The package will now be installed and kept up- to-date automatically.

Using Git

Browse to your Sublime Text 3 Package folder (e.g. C:\Users\[Your Username]\AppData\Roaming\Sublime Text 3\Packages on Windows). Then clone the package there using git:

git clone https://github.com/thatsIch/sublime-rainmeter.git Rainmeter

As a result, this path should exist: C:\Users\[Your Username]\AppData\Roaming\Sublime Text 3\Packages\Rainmeter\README.md.

Don't forget to update regularly by running

git pull

in the Rainmeter package directory.

Manual Package Installation

  • Download the latest version from the build server
  • Drop the .sublime-package file into your Installed Packages folder (C:\Users\[Your Username]\AppData\Roaming\Sublime Text 3\Installed Packages on Windows)

Manual ZIP Installation

  • Download the latest version from github
  • Unzip it
  • Rename the folder to Rainmeter
  • Move it to C:\Users\[Your Username]\AppData\Roaming\Sublime Text 3\Packages\
Clone this wiki locally