Last active
August 3, 2018 07:06
-
-
Save Niputi/9c556c59ed38bb90e05eee0282252bdd to your computer and use it in GitHub Desktop.
Quick way to install development programs, sdk, tools and gaming clients
This file contains hidden or 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
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 |
This file contains hidden or 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
Install-BoxstarterPackage https://gist.githubusercontent.com/Niputi/9c556c59ed38bb90e05eee0282252bdd/raw/6ac5157950b531efb7ebb72e4e69a5bb924dd9d1/boxstarter.ps1 -DisableReboots |
This file contains hidden or 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
. { 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