Project

sublime_ps

0.0
No commit activity in last 3 years
No release in over 3 years
SublimeText preferences switch
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.19.1
 Project Readme

#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.