Created
January 12, 2015 16:58
-
-
Save SnippetsCollection/605b3bf341ba6617618d to your computer and use it in GitHub Desktop.
Getting Gists in SublimeText to work
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
Getting Gists in SublimeText to work | |
Ctrl+Shift+p -> Package Control: Install Package -> Gists | |
In Sublime text -> Preferences -> Package Settings -> Gists -> Settings User | |
{ | |
// Your username on GitHub | |
"username": "snippetscollection", | |
// Your password on GitHub | |
"password": "*******", | |
// Proxy server | |
// Format: "http://user:pass@proxy:port" | |
// Grab your token from github https://github.com/settings/applications#personal-access-tokens | |
"token": "**************************" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment