My personal setup scripts.
# Setup-First (tiny):
iex (iwr 'https://tinyurl.com/setup-first' -UseBasicParsing).Content
# Setup-First
iex (iwr 'https://raw.githubusercontent.com/fdcastel/setup/master/Setup-First.ps1' -UseBasicParsing).Content
# Extras
iex (iwr 'https://raw.githubusercontent.com/fdcastel/setup/master/Remove-Bloatware.ps1' -UseBasicParsing).Content
iex (iwr 'https://raw.githubusercontent.com/fdcastel/setup/master/Remove-OneDrive.ps1' -UseBasicParsing).Content
iex (iwr 'https://raw.githubusercontent.com/fdcastel/setup/master/Remove-Edge.ps1' -UseBasicParsing).Content
iex (iwr 'https://raw.githubusercontent.com/fdcastel/setup/master/Setup-Dev.ps1' -UseBasicParsing).Content
iex (iwr 'https://raw.githubusercontent.com/fdcastel/setup/master/Setup-Python.ps1' -UseBasicParsing).Content