Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 816 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 816 Bytes

setup

My personal setup scripts.

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

Setup-Dev

iex (iwr 'https://raw.githubusercontent.com/fdcastel/setup/master/Setup-Dev.ps1' -UseBasicParsing).Content

Setup-Python

iex (iwr 'https://raw.githubusercontent.com/fdcastel/setup/master/Setup-Python.ps1' -UseBasicParsing).Content