https://github.com/endurancecode/windows-setup-guide
My personal guide to setup a development machine on Windows
https://github.com/endurancecode/windows-setup-guide
development guide windows
Last synced: 13 days ago
JSON representation
My personal guide to setup a development machine on Windows
- Host: GitHub
- URL: https://github.com/endurancecode/windows-setup-guide
- Owner: EnduranceCode
- License: mit
- Created: 2024-12-21T18:42:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-23T09:54:28.000Z (over 1 year ago)
- Last Synced: 2024-12-31T20:18:50.014Z (about 1 year ago)
- Topics: development, guide, windows
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup guide for a development machine on Windows
## Introduction
My [operating system (OS)](https://en.wikipedia.org/wiki/Operating_system) of choice is [Linux](https://en.wikipedia.org/wiki/Linux) and the distribution that I like to use is [Lubuntu](https://lubuntu.me). But, the majority of my professional work is done on [Windows](https://www.microsoft.com/en-us/windows) and I often need to setup a new machine or setup my machine to work on a new project. Therefore, I've created this guide to help me every time I need to perform such task.
This is my personal guide to setup a development machine on Windows. Although this is a very opiniated guide, I've decided to share it because it might be useful to somebody and, maybe, there will be someone out there that might be willing to help me improve the methodology that I normally follow. Please feel free to use this guide and make a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) to suggest any improvement that you find important.
## Table of Contents
1. [Fundamental Software](./1-fundamental-software.md)
1. [Browser](./1-fundamental-software.md#11-browser)
2. [Windows Subsystem for Linux](./1-fundamental-software.md#12-windows-subsystem-for-linux)
3. [Windows Terminal](./1-fundamental-software.md#13-windows-terminal)
4. [Package Manager](./1-fundamental-software.md#14-package-manager)
5. [Git & Git Bash](./1-fundamental-software.md#15-git--git-bash)
6. [KeepassXC](./1-fundamental-software.md#16-keepassxc)
2. [Windows Configuration](./2-windows-configuration.md)
1. [Keyboard and Mouse Software](./2-windows-configuration.md#21-keyboard-and-mouse-software)
2. [Windows Start Menu](./2-windows-configuration.md#22-windows-start-menu)
3. [Power Management](./2-windows-configuration.md#23-power-management)
3. [Desktop Software](./3-desktop-software.md)
1. [Autenticação.gov](./3-desktop-software.md#31-autenticaçãogov)
2. [Ferdium](./3-desktop-software.md#32-ferdium)
3. [GIMP](./3-desktop-software.md#33-gimp)
4. [Inkscape](./3-desktop-software.md#34-inkscape)
5. [PDFsam](./3-desktop-software.md#35-pdfsam)
6. [SpeedCrunch](3-desktop-software.md#36-speedcrunch)
7. [Spotube](./3-desktop-software.md#37-spotube)
8. [VLC](./3-desktop-software.md#38-vlc)
4. [Development Software & Tools](./4-development-software-and-tools.md)
1. [Notepadd++](./4-development-software-and-tools.md#41-notepad)
2. [Meld](./4-development-software-and-tools.md#42-meld)
3. [Java](./4-development-software-and-tools.md#43-java)
4. [Apache Maven](./4-development-software-and-tools.md#44-apache-maven)
5. [Apache Tomcat](./4-development-software-and-tools.md#45-apache-tomcat)
6. [Quarkus CLI](./4-development-software-and-tools.md#46-quarkus-cli)
7. [AWS CLI](./4-development-software-and-tools.md#47-aws-cli)
8. [Make](./4-development-software-and-tools.md#48-make)
9. [Docker](./4-development-software-and-tools.md#49-docker)
10. [Terraform](./4-development-software-and-tools.md#410-terraform)
11. [Node.js](./4-development-software-and-tools.md#411-nodejs)
12. [IntelliJ IDEA](./4-development-software-and-tools.md#412-intellij-idea)
13. [Visual Studio Code](./4-development-software-and-tools.md#413-visual-studio-code)
14. Eclipse
15. [DBeaver](./4-development-software-and-tools.md#415-dbeaver)
16. [Postman](./4-development-software-and-tools.md#416-postman)