Skip to content

Instantly share code, notes, and snippets.

@maoizm
Last active December 23, 2020 21:42
Show Gist options
  • Save maoizm/d4ba5f5423d98f6c787540d38c5e1527 to your computer and use it in GitHub Desktop.
Save maoizm/d4ba5f5423d98f6c787540d38c5e1527 to your computer and use it in GitHub Desktop.
Boxstarter script for deployment of new Windows 10 pc
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst chocolatey -pre -y
cinst babun peazip -y
cinst fsviewer vlc calibre foobar2000 -y
cinst googlechrome firefox -y
cinst dropbox evernote
cinst fiddler4 jre8 -y
cinst vcredist2005 -y
cinst virtualbox --version 5.0.14 -y
cinst virtualbox.extensionpack --version 5.0.14 -y
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
scoop install sudo coreutils pshazz grep less which
scoop install openssh curl wget rsync dig
scoop install 7zip tar gzip bzip2 git sed gawk notepadplusplus
scoop install ruby python nvm jq packer vagrant
scoop install docker docker-machine docker-compose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment