Skip to content

This powershell script installs languages and code editor with extensions(dev tools) in Windows.

License

Notifications You must be signed in to change notification settings

TheProGhost/DevTools_AutoInstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script to install code editor and language

  • This is an powershell script for Windows which installs Python and mingw (gcc, g++)
  • This script also installs VS Code as code editor with all required extensions.

Tested on Microsoft Windows 10

How to run script

Screenshots will be added in some time as some experiments are going on

Clone this repo

git clone https://github.com/TheProGhost/DevTools_AutoInstall.git
  • Run powershell as Administrator

run_as_admin

  • Type below command in powershell and hit Enter
Set-ExecutionPolicy -ExecutionPolicy Bypass
  • Then it will ask for choice. Press 'A' and hit Enter

execution_policy

  • Now go to the folder
cd DevTools_AutoInstall
  • Now, run the script using following command and have some fun till it completes
.\devTools_Script.ps1
  • Now, select for which language you want to install.

language_selection

  • You can alsop enter multiple choices seperated by space

multi_language_selection

  • To update all installed packages write following command in Powershell running as administrator
cup all

About

This powershell script installs languages and code editor with extensions(dev tools) in Windows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published