Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $packagesDir = "$env:APPDATA\Sublime Text\packages"
- $coffeePackageDir = Join-Path $packagesDir CoffeeScript
- $userPackages = Join-Path $packagesDir User
- md $coffeePackageDir -ErrorAction SilentlyContinue | Out-Null
- $wc = New-Object Net.WebClient
- $wc.DownloadFile("https://raw.github.com/jashkenas/coffee-script-tmbundle/master/Syntaxes/CoffeeScript.tmLanguage", (Join-Path $coffeePackageDir "CoffeeScript.tmLanguage"))
- $wc.DownloadFile("https://raw.github.com/jashkenas/coffee-script-tmbundle/master/Preferences/CoffeeScript.tmPreferences", (Join-Path $coffeePackageDir "CoffeeScript.tmPreferences"))
Advertisement
Add Comment
Please, Sign In to add comment