Skip to content

Instantly share code, notes, and snippets.

@valerysntx
Created September 23, 2014 16:09
Show Gist options
  • Save valerysntx/755f234af96ca5d5aa63 to your computer and use it in GitHub Desktop.
Save valerysntx/755f234af96ca5d5aa63 to your computer and use it in GitHub Desktop.
webstack windows install
powershell -Command "Set-ExecutionPolicy unrestricted"
powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install sublime
choco install nodejs.commandline
choco install npm
choco install yeoman
powershell -Command "New-Item -path $profile file -force"
powershell -Command "write "Set-Alias subl 'C:\Program Files\Sublime Text 2\sublime_text.exe'" " >$profile
@powershell -Command "subl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment