Last active
August 28, 2025 02:06
-
-
Save DJStompZone/2ba5ed200bc2ae9e0195367f1458bdb9 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": [ | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"id": "User.copy.644BA8F2" | |
}, | |
{ | |
"command": "paste", | |
"id": "User.paste" | |
}, | |
{ | |
"command": "find", | |
"id": "User.find" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"id": "User.splitPane.A6751878" | |
} | |
], | |
"centerOnLaunch": true, | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"keybindings": [ | |
{ | |
"id": "User.copy.644BA8F2", | |
"keys": "ctrl+c" | |
}, | |
{ | |
"id": "User.paste", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"id": "User.find", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"id": "User.splitPane.A6751878", | |
"keys": "alt+shift+d" | |
} | |
], | |
"launchMode": "maximized", | |
"multiLinePasteWarning": false, | |
"newTabMenu": [ | |
{ | |
"type": "profile", | |
"profile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}" | |
}, | |
{ | |
"type": "separator" | |
}, | |
{ | |
"type": "folder", | |
"inline": "auto", | |
"name": "WSL", | |
"source": "Windows.Terminal.Wsl", | |
"icon": "Windows.Terminal.Wsl", | |
"entries": [ | |
{ | |
"type": "profile", | |
"profile": "{4ff56d04-d9cf-57ea-bae2-ad396374e7e3}" | |
}, | |
{ | |
"type": "profile", | |
"profile": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}" | |
} | |
] | |
}, | |
{ | |
"type": "separator" | |
}, | |
{ | |
"type": "folder", | |
"inline": "auto", | |
"name": "MSYS2", | |
"entries": [ | |
{ | |
"type": "profile", | |
"profile": "{09c8c8a7-b465-46db-9b21-1ae2487da508}" | |
}, | |
{ | |
"type": "profile", | |
"profile": "{c3989552-5cc7-4fd5-881a-2de020251be4}" | |
}, | |
{ | |
"type": "profile", | |
"profile": "{c1a17c3a-9f15-4258-ba81-536cf33fb101}" | |
}, | |
{ | |
"type": "profile", | |
"profile": "{2f44a059-5741-4de7-9dc8-410cf54cfa71}" | |
}, | |
{ | |
"type": "profile", | |
"profile": "{5bac0a8b-05b5-41c3-bda7-b86381bea5f8}" | |
}, | |
{ | |
"type": "profile", | |
"profile": "{c034c190-adae-4a4e-959a-30e64832d706}" | |
} | |
] | |
}, | |
{ | |
"type": "separator" | |
}, | |
{ | |
"type": "remainingProfiles", | |
"name": "Others" | |
} | |
], | |
"profiles": { | |
"defaults": { | |
// https://i.imgur.com/OatXKiT.gif | |
"backgroundImage": "%USERPROFILE%/Pictures/SCP.gif", | |
"backgroundImageOpacity": 0.25, | |
"backgroundImageStretchMode": "uniformToFill", | |
"font": { | |
"size": 12, | |
"weight": "medium" | |
}, | |
"hidden": false, | |
"intenseTextStyle": "all", | |
"opacity": 100, | |
"padding": "10", | |
"useAcrylic": true | |
}, | |
"list": [ | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell" | |
}, | |
{ | |
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", | |
"hidden": false, | |
"name": "Git Bash", | |
"source": "Git" | |
}, | |
{ | |
"guid": "{4ff56d04-d9cf-57ea-bae2-ad396374e7e3}", | |
"hidden": false, | |
"name": "WSL: Ubuntu", | |
"source": "CanonicalGroupLimited.Ubuntu22.04LTS_79rhkp1fndgsc", | |
"pathTranslationStyle": "wsl" | |
}, | |
{ | |
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}", | |
"hidden": false, | |
"name": "WSL: Kali", | |
"source": "Windows.Terminal.Wsl", | |
"pathTranslationStyle": "wsl" | |
}, | |
{ | |
"name": "MSYS2: UCRT64", | |
"guid": "{c3989552-5cc7-4fd5-881a-2de020251be4}", | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -ucrt64 -shell bash", | |
"icon": "c:/msys64/ucrt64.ico", | |
"startingDirectory": "%USERPROFILE%", | |
"experimental.rightClickContextMenu": true, | |
"hidden": false, | |
"pathTranslationStyle": "msys2" | |
}, | |
{ | |
"name": "MSYS2: MinGW64", | |
"guid": "{2f44a059-5741-4de7-9dc8-410cf54cfa71}", | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw64 -shell bash", | |
"icon": "c:/msys64/mingw64.ico", | |
"startingDirectory": "%USERPROFILE%", | |
"experimental.rightClickContextMenu": true, | |
"hidden": false, | |
"pathTranslationStyle": "msys2" | |
}, | |
{ | |
"name": "MSYS2: Clang64", | |
"guid": "{5bac0a8b-05b5-41c3-bda7-b86381bea5f8}", | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -clang64 -shell bash", | |
"icon": "c:/msys64/clang64.ico", | |
"startingDirectory": "%USERPROFILE%", | |
"experimental.rightClickContextMenu": true, | |
"hidden": false, | |
"pathTranslationStyle": "msys2" | |
}, | |
{ | |
"name": "MSYS2: MinGW32", | |
"guid": "{c1a17c3a-9f15-4258-ba81-536cf33fb101}", | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -mingw32 -shell bash", | |
"icon": "c:/msys64/mingw32.ico", | |
"startingDirectory": "%USERPROFILE%", | |
"experimental.rightClickContextMenu": true, | |
"hidden": false, | |
"pathTranslationStyle": "msys2" | |
}, | |
{ | |
"name": "MSYS2: ClangARM64", | |
"guid": "{c034c190-adae-4a4e-959a-30e64832d706}", | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -clangarm64 -shell bash", | |
"icon": "c:/msys64/clangarm64.ico", | |
"startingDirectory": "%USERPROFILE%", | |
"experimental.rightClickContextMenu": true, | |
"hidden": false, | |
"pathTranslationStyle": "msys2" | |
}, | |
{ | |
"name": "MSYS2: Base", | |
"guid": "{09c8c8a7-b465-46db-9b21-1ae2487da508}", | |
"commandline": "C:/msys64/msys2_shell.cmd -defterm -here -no-start -msys2 -shell bash", | |
"icon": "C:/msys64/msys2.ico", | |
"startingDirectory": "%USERPROFILE%", | |
"experimental.rightClickContextMenu": true, | |
"hidden": false, | |
"pathTranslationStyle": "msys2" | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": true, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{2cbc1577-f7d6-5941-a028-f53d693d9e3c}", | |
"hidden": true, | |
"name": "Developer Command Prompt for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{40b31a5a-1be7-5f1d-9397-b698fa3451d5}", | |
"hidden": false, | |
"name": "Developer PowerShell for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}", | |
"hidden": true, | |
"name": "Visual Studio Debug Console", | |
"source": "VSDebugConsole" | |
}, | |
{ | |
"guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", | |
"hidden": true, | |
"name": "Ubuntu", | |
"source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc", | |
"pathTranslationStyle": "wsl" | |
}, | |
{ | |
"guid": "{17bf3de4-5353-5709-bcf9-835bd952a95e}", | |
"hidden": true, | |
"name": "Ubuntu-22.04", | |
"source": "Windows.Terminal.Wsl", | |
"pathTranslationStyle": "wsl" | |
}, | |
{ | |
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"hidden": true, | |
"name": "Ubuntu", | |
"source": "Windows.Terminal.Wsl", | |
"pathTranslationStyle": "wsl" | |
}, | |
{ | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "Command Prompt" | |
} | |
] | |
}, | |
"schemes": [], | |
"themes": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment