-
Notifications
You must be signed in to change notification settings - Fork 0
GitBash_Terminal
Taejoon Kwon edited this page Mar 28, 2026
·
1 revision
I preferred to use WSL2 for development on Windows. However, WSL2 is a virtual architecture, so it is not efficient to use computer resources, like GPU. I have changed my dev environment to native Windows Terminal, based on Claude/Gemini's suggestions.
- From the Microsoft Store: https://apps.microsoft.com/detail/9n0dx20hk701
- Install "Git for Windows" from the https://git-scm.com/install/windows site.
- It contains "Git Bash".
- Open Settings
- Launch Windows Terminal.
- Click the ∨ (down arrow) icon in the tab bar and select Settings. (Shortcut: Press Ctrl + , (comma)).
- Change the Default Profile
- In the left-hand sidebar, click on Startup.
- Look for the Default profile dropdown menu on the right.
- Select Git Bash from the list.
- Save Changes
- Click the Save button at the bottom right corner of the window.