Skip to content

Instantly share code, notes, and snippets.

@zeke
Created March 1, 2012 22:39
Show Gist options
  • Save zeke/1953735 to your computer and use it in GitHub Desktop.
Save zeke/1953735 to your computer and use it in GitHub Desktop.
Install the CoffeeScript TextMate bundle in Sublime Text 2
mkdir -p ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/CoffeeScript
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/CoffeeScript
curl -O https://raw.github.com/jashkenas/coffee-script-tmbundle/master/Syntaxes/CoffeeScript.tmLanguage
curl -O https://raw.github.com/jashkenas/coffee-script-tmbundle/master/Preferences/CoffeeScript.tmPreferences
@stegrams
Copy link

Πολύ καλό!! Σ'ευχαριστώ @zeke :>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment