Last active
January 26, 2020 01:37
-
-
Save egomesbrandao/e102f353cfad01698b204145aa095b0c to your computer and use it in GitHub Desktop.
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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions | |
cinst git.install | |
cinst greenshot | |
cinst vscode | |
cinst microsoft-edge-insider -y | |
cinst docker | |
cinst 7zip | |
cinst firefox | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux |
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
. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force | |
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/egomesbrandao/e102f353cfad01698b204145aa095b0c/raw/97e138654a381b06c5b015b3005ddb82c1592ec0/restore-mymachine.txt -DisableReboots |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment