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

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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