Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 708 Bytes

readme.md

File metadata and controls

34 lines (20 loc) · 708 Bytes

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