Skip to content

Instantly share code, notes, and snippets.

@hovermind
Last active December 9, 2018 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hovermind/865454bd29a04d2d00e955a43cb123b7 to your computer and use it in GitHub Desktop.
Save hovermind/865454bd29a04d2d00e955a43cb123b7 to your computer and use it in GitHub Desktop.
hover env
Disable-UAC
Set-ExecutionPolicy Unrestricted -Scope Process -Force
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
choco feature enable -n allowGlobalConfirmation
choco feature enable -n allowEmptyChecksums
cinst Microsoft-Hyper-V-All -source windowsFeatures
refreshenv
cinst vscode
refreshenv
cinst atom
cinst notepadplusplus
refreshenv
cinst jdk8
refreshenv
cinst android-sdk
refreshenv
cinst androidstudio
refreshenv
cinst eclipse
refreshenv
cinst springtoolsuite
refreshenv
cinst codeblocks
refreshenv
cinst intellijidea-community
refreshenv
cinst pycharm-community
refreshenv
cinst webstorm
refreshenv
cinst sql-server-express
refreshenv
cinst sql-server-management-studio
refreshenv
cinst mongodb
refreshenv
cinst sqlite
refreshenv
cinst nodejs
refreshenv
npm i grunt -g
npm i gulp -g
npm i webpack -g
npm i babel-core -g
npm i babel-cli -g
npm i babel-preset-env -g
npm i babel-preset-react -g
npm i babel-eslint -g
npm i yo -g
refreshenv
npm i phantomjs-prebuilt -g
npm i generator-webapp -g
npm i generator-react-webpack-redux -g
npm i sass -g
npm i vmd -g
cinst git
cinst github
refreshenv
cinst cmder
cinst python
refreshenv
cinst ruby
refreshenv
cinst teraterm
cinst winscp
cinst putty
refreshenv
cinst slack
refreshenv
cinst postman
cinst winmerge
refreshenv
cinst gradle
cinst resharper
cinst markdownmonster
cinst markdowneditor
cinst stylecop
cinst jwtdecode
refreshenv
cinst wireshark
cinst fiddler
refreshenv
cinst sysinternals
cinst zoomit
cinst bitnami-xampp
refreshenv
cinst googlechrome
cinst tor
cinst tor-browser
cinst brave
cinst firefox
refreshenv
cinst 7zip
cinst winrar
refreshenv
cinst foxitreader
cinst skype
cinst googledrive
cinst imagemagick
cinst IrfanView
cinst irfanviewplugins
cinst mp3tag
refreshenv
cinst battle.net
cinst steam
refreshenv
cinst gimp
cinst vlc
cinst mpc-hc
refreshenv
cinst ffmpeg
cinst handbrake
cinst makemkv
cinst audacity
cinst mediainfo
cinst paint.net
cinst avgantivirusfree
cinst avgpctuneup
cinst inkscape
cinst ipvanish
cinst obs-studio
cinst twitch
cinst discord
cinst teamviewer
refreshenv
Write-BoxstarterMessage "installing visual studio full (community edition)"
cinst visualstudio2017community --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
refreshenv
cinst expressionblend
refreshenv
cinst resharper
refreshenv
cinst dotcover
cinst dotpeek
refreshenv
cinst ncrunch-vs2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment