Skip to content

Instantly share code, notes, and snippets.

@ituki
Created December 18, 2013 03:28
Show Gist options
  • Save ituki/8016837 to your computer and use it in GitHub Desktop.
Save ituki/8016837 to your computer and use it in GitHub Desktop.
sublimeText2でJSHINT入れる手順メモ ref: http://qiita.com/ituki_b/items/2e5605ef75347d4d34d6
ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)
brew install node
sudo npm install -g jshint
import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), 'wb' ).write( urllib2.urlopen( 'http://sublime.wbond.net/' +pf.replace( ' ','%20' )).read()); print( 'Please restart Sublime Text to finish installation')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment