Skip to content

Instantly share code, notes, and snippets.

@Ddedalus
Last active October 3, 2023 12:18
Show Gist options
  • Save Ddedalus/833ea56df738a26572b45cb223a69047 to your computer and use it in GitHub Desktop.
Save Ddedalus/833ea56df738a26572b45cb223a69047 to your computer and use it in GitHub Desktop.
When you reinstall Windows...
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
scoop bucket add versions
scoop install python37
pip install virtualenv pipenv
@Ddedalus
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment