Skip to content

Instantly share code, notes, and snippets.

@gooddadmike
Last active January 18, 2019 15:28
Show Gist options
  • Save gooddadmike/bf01b5a4c603bb9612a219aa8a77943e to your computer and use it in GitHub Desktop.
Save gooddadmike/bf01b5a4c603bb9612a219aa8a77943e to your computer and use it in GitHub Desktop.
BoxStarter Script - Siemens Rail Mobility
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
# C# essentials
cinst jetbrainstoolbox
cinst visualstudio2017enterprise
# General Dev Tools
cinst notepadplusplus.install
cinst git-credential-manager-for-windows
cinst terminus
cinst vscode
cinst poshgit
cinst sqlserver-cmdlineutils
# My Personal must-haves
cinst copyq
cinst vivaldi
cinst firefox
cinst audioswitcher
cinst licecap
cinst windirstat
@gooddadmike
Copy link
Author

gooddadmike commented Jan 18, 2019

Run this gist as install package from Boxstarter Shell

Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/gooddadmike/bf01b5a4c603bb9612a219aa8a77943e/raw/8fcfe84d07a29107cc69c95a25bc8ea658d19ce6/boxstarter-siemens.txt -DisableReboots

To install boxstarter (includes Chocolatey)

PowerShell v3 or higher

. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force

PowerShell v2

iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1')); get-boxstarter -Force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment