Skip to content

Fun scripts to install nessesary apps after a fresh windows installation

Notifications You must be signed in to change notification settings

alpap/WinInstallScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fc63f7d · Mar 30, 2024

History

29 Commits
May 28, 2021
Mar 30, 2024
Mar 30, 2024
May 31, 2023
Mar 30, 2024
Jun 15, 2021

Repository files navigation

Windows apps installer

Installation

First run the following to enable windows script execution on windows

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;

Then run

./install.ps1

Changes happening

chocolatey

Installs chocolatey afterwards all the apps in the apps.txt The lines starting with a hash tag are commented out

bash for windows

Installs powerline and replaces the theme with a custom one

powershell

Installs powerline and sets the terminal config file to acustom one

cleanup

removes useless apps from windows

About

Fun scripts to install nessesary apps after a fresh windows installation

Resources

Stars

Watchers

Forks

Packages

No packages published