Skip to content

ValRCS/Windows_10_Development_Setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

Windows_10_Development_Setup

Guide for setting up Windows 10 for development

Windows 10 (Pro) installed

  • Activate Windows with a key
  • https://ninite.com grab installer for Firefox(or/and Chrome),VLC,Notepad++,VSCode,PuTTY (other tools such as SumatraPDF,qbtorrent, Filezilla,Dropbox etc can be helpful) avoid Python here until Ninite migrates to 3.+ version!
  • TODO get rid of bloatware(Candy Crush, Minecraft etc etc)
  • ublock Origin for Firefox/Chrome

GIT installation

GIT config

https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup

  • $ git config --global user.name "John Doe"
  • $ git config --global user.email johndoe@example.com

Python

Python setup

from CMD/PS/Bash:

  • pip list
  • python -m pip install --upgrade pip

VS Code setup

For Powershell Enviroment you might need this:

For running scripts (risky if you dont trust your scripts)

  • Set-ExecutionPolicy Unrestricted from administrator Powershell

About

Guide for setting up Windows 10 for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published