Skip to content

Instantly share code, notes, and snippets.

@elacy
Last active August 12, 2018 12:16
Show Gist options
  • Save elacy/1d1762ee7885489bfa0420a6de4cdcce to your computer and use it in GitHub Desktop.
Save elacy/1d1762ee7885489bfa0420a6de4cdcce to your computer and use it in GitHub Desktop.
Boxstarter
Update-ExecutionPolicy Unrestricted
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false
$Boxstarter.AutoLogin=$true
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Disable-UAC
Install-WindowsUpdate -AcceptEula
if (Test-PendingReboot) { Invoke-Reboot }
cinst containers -source windowsFeatures
cinst git-credential-winstore
cinst console-devel
cinst poshgit
cinst chocolatey
cinst firefox
cinst 7zip
cinst skype
cinst keepass
cinst python3
cinst vscode
cinst teamviewer
cinst filezilla
cinst paint.net
cinst boxstarter
cinst greenshot
cinst geforce-experience
cinst autohotkey
cinst steam
cinst spotify
cinst slack
cinst rufus
cinst sumatrapdf
cinst signal
cinst discord
cinst spideroakone
cinst wox
cinst microsoft-visual-cpp-build-tools
cinst tor-browser
cinst treesizefree
cinst rambox
cinst virtualbox
cinst vagrant
cinst flashplayerplugin
cinst nodejs
cinst miniconda3
git config --global user.name "Eva Lacy"
git config --global user.email eva@lacy.ie
git config --global core.editor "code --wait"
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/elacy/1d1762ee7885489bfa0420a6de4cdcce/raw/boxstarter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment