Last active
October 3, 2023 12:18
-
-
Save Ddedalus/833ea56df738a26572b45cb223a69047 to your computer and use it in GitHub Desktop.
When you reinstall Windows...
This file contains 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
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI" | |
iwr -useb get.scoop.sh | iex | |
scoop install aria2 | |
scoop install git-with-openssh 7zip | |
scoop bucket add extras | |
scoop update | |
scoop install vscode windows-terminal | |
scoop install firefox googlechrome | |
scoop install vlc |
This file contains 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
scoop bucket add versions | |
scoop install python37 | |
pip install virtualenv pipenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://dev.to/lampewebdev/my-fresh-development-setup-for-2020-vs-code-windows-10-1hm0