Skip to content

Instantly share code, notes, and snippets.

View Frontear's full-sized avatar
🚫
Hiatus due to school.

Ali Rizvi Frontear

🚫
Hiatus due to school.
View GitHub Profile
@Frontear
Frontear / Setting Up MSYS2 as Default Terminal.md
Created February 12, 2023 02:26 — forked from Philanatidae/Setting Up MSYS2 as Default Terminal.md
Instructions to remind myself how to set up MSYS2 as my default terminal in Windows.

Setting Up MSYS2 as Default Terminal

  1. Download and install MSYS2: https://www.msys2.org/.
  2. Open MSYS2 and run pacman -Syu to update packages.
  3. Open file explorer and go to C:\msys64.
  4. Open all the INI files for the systems (clang32.ini, clang64.ini, mingw32.ini, mingw64.ini, msys2.ini) and uncomment the MSYS2_PATH_TYPE=inherit line. This allows the Windows $PATH variable to be included in the shells.
  5. Download and install Windows Terminal from the Windows store.
  6. Open the settings for Windows Terminal and click "Open JSON".
  7. Copy and paste the following objects into the "list" array under "profiles":
{