Skip to content

aimerneige/win10_env_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win10_env_setup

Introduction

This is an article about how to build my own windows development environment.
You can find some useful software and using tips here.
If you have something to recommend me to use, just post an issue.
This repository will keep on update.

Just for save some time on google.

Language

System

I am using the en_windows_10_enterprise_ltsc_2019_x64 edition of windows 10.

It is doesn't matter what kind of system edition you are using, but I highly recommend you use this edition because it is super clean and doesn't contain much useless software and service. So, you can just install what you need and let the useless software gone.

You can download a system iso file from the Microsoft, or you can download an iso file here.

Git

download

Official Website

Download Directly

config

Using bellow command to config git quickly.

# user information
git config --global user.name "AimerNeige"
git config --global user.email aimer.neige.soft@gmail.com

# proxy
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080

# color
git config --global color.ui auto

Visual Studio Code

download

Official Website

Download Directly

config

You can use the extensions Setting Sync to sync your config quickly.

Daily Software

Software About Download
Chrome Browser https://www.google.com/chrome/
Telegram Chat https://desktop.telegram.org/
Snipaste Screenshot https://www.snipaste.com/
ShadowsocksR proxy https://github.com/shadowsocksrr/shadowsocksr-csharp/releases
Traffic Monitor netspeed display https://github.com/zhongyang219/TrafficMonitor/releases
Etcher make live CD https://www.balena.io/etcher/
Disk Genius edit your disk https://www.diskgenius.com/
GitHub Desktop GitHub https://desktop.github.com/
Office Document make https://otp.landian.vip/
Bandzip v6.27 zip https://en.bandisoft.com/bandizip/old/6/
honeyview picture https://en.bandisoft.com/honeyview/
honeycam screen record https://en.bandisoft.com/honeycam/
screen to gif screen record https://www.screentogif.com/
OBS screen record https://obsproject.com/
Potplayer video play https://potplayer.daum.net/
Adobe Adobe https://www.adobe.com/
Deleted Deleted weibo@vposy

Develop Tools

Software or SDK Download
Visual Studio https://visualstudio.microsoft.com/
Atom https://atom.io/
SublimeText https://www.sublimetext.com/
Keil https://www.keil.com/
Adunio https://www.arduino.cc/
Raspberry Pi https://www.raspberrypi.org/
Python https://www.python.org/
Jetbrains IDE https://www.jetbrains.com/products.html#type=ide
Firefox Dev https://www.mozilla.org/en-US/firefox/developer/
ffmpeg https://ffmpeg.org/
nodejs https://nodejs.org/en/