Skip to content

Instantly share code, notes, and snippets.

@nobitagamer
Last active November 13, 2017 09:44
Show Gist options
  • Save nobitagamer/30937623b763a0be896ea3273960a66a to your computer and use it in GitHub Desktop.
Save nobitagamer/30937623b763a0be896ea3273960a66a to your computer and use it in GitHub Desktop.
Setup ibebiz from Powershell (Admin 3+): . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force && Install-BoxstarterPackage https://gist.githubusercontent.com/nobitagamer/30937623b763a0be896ea3273960a66a/raw/ -DisableReboots
# Run in Powershell (Admin 3+):
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force && Install-BoxstarterPackage https://gist.githubusercontent.com/nobitagamer/30937623b763a0be896ea3273960a66a/raw/ -DisableReboots
Set-ExplorerOptions -showHidenFilesFoldersDrivers -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst WindowsInstaller31 -source webpi
cinst WindowsInstaller45 -source webpi
cinst PowerShell3 -source webpi
cinst PowerShell4 -source webpi
cinst NetFx3 -source webpi
cinst NetFx4 -source webpi
cinst -y webpi
cinst -y googlechrome
cinst -y slack
cinst -y notepad2-mod
cinst -y notepadplusplus.install
cinst -y git.install
cinst -y git-credential-winstore
cinst -y poshgit
cinst -y tortoisegit
cinst -y git-lfs
cinst -y gitlab-runner
cinst -y curl --verison 7.52.1
choco pin add -n=curl
cinst -y dotnet4.6.1
cinst -y visualstudio2017enterprise --package-parameters "--nocache --locale en-US --productKey NJVYCBMHX2G77MM4XJMR6Q8QF"
cinst -y visualstudio2017-workload-netweb
cinst -y visualstudio2017-workload-netcoretools
cinst -y visualstudio2017-workload-azure
cinst -y dotnetcore-sdk
cinst -y msbuild.communitytasks
cinst -y msbuild.extensionpack
cinst -y resharper
cinst -y resharper-clt.portable
cinst -y dotpeek
cinst -y NugetPackageExplorer
cinst -y python2
cinst -y vcpython27
cinst -y jre8
cinst -y nodist
cinst -y fiddler
cinst -y visualstudiocode
cinst -y jbs
cinst -y evernote
cinst -y ccleaner
cinst -y rapidee
cinst -y k-litecodecpackfull
cinst -y virtualclonedrive
cinst -y vagrant
cinst -y sagethumbs
cinst -y kdiff3
cinst -y docker
cinst -y docker-compose
cinst -y nssm
cinst -y sql-server-management-studio
cinst -y docker-machine
cinst -y unikey
cinst -y --allowemptychecksum winrar
cinst -y vmwareworkstation
nodist global 8.x
nodist npm match
npm install --global --production bower gulp-cli npm-quick-run yarn windows-build-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment