-
-
Save elacy/1d1762ee7885489bfa0420a6de4cdcce to your computer and use it in GitHub Desktop.
Boxstarter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
git config --global core.editor "code --wait" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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