Created
September 23, 2014 16:09
-
-
Save valerysntx/755f234af96ca5d5aa63 to your computer and use it in GitHub Desktop.
webstack windows install
This file contains 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
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