This repository contains a collection of PowerShell scripts designed to streamline the setup of a fresh installation of Windows 10/11. These scripts automate the installation of essential software, making the process faster and more efficient.
This script automates the installation of various development tools and essential applications. Currently, it supports the installation of the following:
-
Visual Studio Code (VSCode)
-
JetBrains Rider
-
JetBrains IntelliJ IDEA Community
-
JetBrains Toolbox
-
Microsoft PowerToys
-
VLC Media Player (VideoLAN)
-
Streamlabs Desktop
-
Discord
-
Spotify
This script prompts for and installs Chocolatey, a package manager for Windows, if confirmed by the user.
This script installs several development tools and utilities via Chocolatey. Currently, it supports the installation of the following:
Development Tools:
-
WinSCP
-
Git
-
Notepad++
-
7-Zip
-
Node.js
-
Python 3.12
-
FileZilla
-
PuTTY
-
Blender
This is the first script in this collection, with more scripts planned for future releases. Stay tuned for updates!
To run this script, simply execute the following command in PowerShell:
./IDE-Misc-Setup.ps1./Setup-Choco.ps1./Choco-Install-Apps.ps1