Skip to content

Instantly share code, notes, and snippets.

@cahilfoley
Last active November 12, 2019 11:35
Show Gist options
  • Save cahilfoley/639df1dd507108da9a87216bac6cc980 to your computer and use it in GitHub Desktop.
Save cahilfoley/639df1dd507108da9a87216bac6cc980 to your computer and use it in GitHub Desktop.
[Development Environment] A Boxstarter script to setup a standardised development environment #boxstarter #dev #env #setup
# First run this command from an elevated powershell to install chocolatey
# Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
cinst Boxstarter -y
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -DisableOpenFileExplorerToQuickAccess
Enable-RemoteDesktop
Disable-BingSearch
Disable-UAC
cinst powershell-core --install-arguments='"ADDEXPLORERCONTEXTMENUOPENPOWERSHELL=1 REGISTERMANIFEST=1 ENABLEPSREMOTING=1"' -y
cinst vcredist140 googlechrome 7zip.install sysinternals powershell vscode-insiders vlc nodejs.install -y
Install-WindowsUpdate -AcceptEula
ECHO "
Still need to install the following:
- https://nodejs.org/
- https://git-scm.com/downloads
- Microsoft Store applications
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment