Created
March 20, 2015 09:41
-
-
Save alvarogarcia7/ef2b0408c2aace882af3 to your computer and use it in GitHub Desktop.
installing sublime text
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "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 | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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