Skip to content

Instantly share code, notes, and snippets.

@alvarogarcia7
Created March 20, 2015 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvarogarcia7/ef2b0408c2aace882af3 to your computer and use it in GitHub Desktop.
Save alvarogarcia7/ef2b0408c2aace882af3 to your computer and use it in GitHub Desktop.
installing sublime text
[
{ "keys": ["f5"],
"command": "insert_date",
"args": {"format": "%Y%m%d-%H%M%S AGB"} } // for python's date reference, take a look at this: https://docs.python.org/2/library/datetime.html
]
## Installing sublime text
* Install sublime
* Install [package control](https://packagecontrol.io/installation)
* Update preferences: see attached file "Preferences.sublime-settings"; Change font + other changes
* Update shortcuts: see attached file "Default (Windows).sublime-keymap"
* Install packages (Control+P install <enter>):
* for XML pretty printing
* for JSON pretty printing
* install [InsertDate](https://github.com/FichteFoll/InsertDate)
{
"font_face": "",
"font_size": 14,
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment