Skip to content

Instantly share code, notes, and snippets.

@Niputi
Last active August 3, 2018 07:06
Show Gist options
  • Save Niputi/9c556c59ed38bb90e05eee0282252bdd to your computer and use it in GitHub Desktop.
Save Niputi/9c556c59ed38bb90e05eee0282252bdd to your computer and use it in GitHub Desktop.
Quick way to install development programs, sdk, tools and gaming clients
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Enable-RemoteDesktop
## Languages
cinst nodejs
cinst golang
## Tools
cinst ffmpeg
cinst postman
cinst nginx
cinst gitkraken
cinst 7zip
cinst googlechrome
cinst git
cinst discord.install
cinst rufus
cinst typescript
cinst yarn
cinst sharex
## SDK'S
cinst dotnetcore-sdk
### Databses
#cinst sqlite
#cinst postgresql
#cinst mysql
#cinst mariadb
#cinst rethinkdb
#cinst redis-64
#cinst mongodb
## Game Client
#cinst origin
#cinst goggalaxy
#cinst uplay
cinst steam
cinst Microsoft-Hyper-V-All -source windowsFeatures
Install-BoxstarterPackage https://gist.githubusercontent.com/Niputi/9c556c59ed38bb90e05eee0282252bdd/raw/6ac5157950b531efb7ebb72e4e69a5bb924dd9d1/boxstarter.ps1 -DisableReboots
. { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment