This file contains hidden or 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
var AccessToken; | |
var BaseURL; | |
var ClientSecret; | |
var ClientToken; | |
var ReqType; | |
var ReqPath; | |
var Data; | |
// Pick up environment variables into credentials object | |
var credentials = { |
This file contains hidden or 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
1) Install Sublime Text | |
2) Open terminal | |
3) Enter the following command to create a symlink: ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/subl | |
4) Restart terminal | |
5) Try to open a local file with the command: subl <filename> | |
6) The file should open in Sublime Text | |
Its best to use command-line autocomplete when performing step 3, as version numbers for Sublime Text can (and do) change. More specifically, when typing the path, start at /Applications and use autocomplete to tread down to the /bin/subl directory instead of copy/pasting the text above. This will ensure you hit the proper target of the symlink. |
This file contains hidden or 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
public | |
anonymous / gist:5898150 | |
Created just now | |
Disable IPV6 Mountain Lion (10.8.4) | |
Gist Detail | |
Revisions 1 |