viniciusalmeida / sublime_ps

SublimeText preferences switch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Sublime PS

Code Climate Gem Version

The sublime_ps is a rubygem that injects specific settings on SublimeText preferences file.

usage

See this preferences files: light.json and dark.json.

Usage

Install the ruby gem:

$ gem install sublime_ps

On ~/.sublime_ps folder, create your preference JSON file based on SublimeText preferences file:

{
  "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
  "font_size": 24,
}

Use the name presentation_livecoding.json on this file.

So, run the command $ sublime_ps a presentation_livecoding and see the changes on SublimeText preferences.

Config

If you see the error message Sublime preferences file not find on run sublime_ps. Change the sublime_preferences_path on file informed on error message with the correct path.

About

SublimeText preferences switch


Languages

Language:Ruby 100.0%