Skip to content

Instantly share code, notes, and snippets.

@SnippetsCollection
Created January 12, 2015 16:58
Show Gist options
  • Save SnippetsCollection/605b3bf341ba6617618d to your computer and use it in GitHub Desktop.
Save SnippetsCollection/605b3bf341ba6617618d to your computer and use it in GitHub Desktop.
Getting Gists in SublimeText to work
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